]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Convert f2fs_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)
commita0f858d450ce7b18fd2b7db6f22b321c2f28ed89
tree97ae480498a80b16dd4efa31408889119fd709fc
parent6a09084cd4e67ab2e454cf6da6737383a7c6d41c
f2fs: Convert f2fs_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/f2fs/data.c