1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
linux/fs/vboxsf
Matthew Wilcox (Oracle) 3e5d37c5f9
vboxsf: Use a folio in vboxsf_write_end()
Because we have to kmap() the page before calling vboxsf_write(), we
can't entirely remove the use of struct page.  But we can eliminate some
uses of old APIs and remove some unnecessary calls to compound_head().

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-08-07 11:32:02 +02:00
..
dir.c
file.c vboxsf: Use a folio in vboxsf_write_end() 2024-08-07 11:32:02 +02:00
Kconfig
Makefile
shfl_hostintf.h
super.c vboxsf: Convert to new uid/gid option parsing helpers 2024-07-02 06:21:20 +02:00
utils.c
vboxsf_wrappers.c
vfsmod.h