]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hostfs: Convert hostfs_write_end() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 12 Jul 2024 16:08:54 +0000 (12:08 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:32:01 +0000 (11:32 +0200)
commit02d8a3227f49f07cd8c2c4f42b4449f657c060c5
tree47d046195532b8373e580786fce30ab971a07ab8
parenta060d835cf76605fbb784f1285a6d40e9239c436
hostfs: Convert hostfs_write_end() to use a folio

Convert the passed page to a folio and operate on that.
Replaces four 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/hostfs/hostfs_kern.c