]> www.infradead.org Git - users/dwmw2/linux.git/commit
fuse: convert fuse_send_write_pages to use folios
authorJosef Bacik <josef@toxicpanda.com>
Mon, 30 Sep 2024 13:45:10 +0000 (09:45 -0400)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 25 Oct 2024 15:05:49 +0000 (17:05 +0200)
commit785d06afc840922cced0c4e90f99209210dd6bd9
treeed6ee19c5faaa222826120f87725eade65c83f63
parent3eab9d7bc2f4ae7f3f9c9c7852ff61600df79856
fuse: convert fuse_send_write_pages to use folios

Convert this to grab the folio from the fuse_args_pages and use the
appropriate folio related functions.

Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c