]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fuse: Convert fuse_write_end() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 10 Jul 2024 20:42:35 +0000 (16:42 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:32:00 +0000 (11:32 +0200)
commit556d0ac068d71b78c309d7444357df4fa55f594e
treea2d68368329e6e42aca6570dce12c7cb0ccfa723
parentdfd2e81d37e154f70f1e35d54ddb3d9df34595f2
fuse: Convert fuse_write_end() to use a folio

Convert the passed page to a folio and operate on that.
Replaces five calls to compound_head() with one.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fuse/file.c