]> www.infradead.org Git - users/dwmw2/linux.git/commit
f2fs: Convert f2fs_write_begin() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 11 Jul 2024 20:58:06 +0000 (16:58 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:32:00 +0000 (11:32 +0200)
commitdfd2e81d37e154f70f1e35d54ddb3d9df34595f2
tree735711727684c70b3f4b65f1328a1e0729e42a90
parenta0f858d450ce7b18fd2b7db6f22b321c2f28ed89
f2fs: Convert f2fs_write_begin() to use a folio

Fetch a folio from the page cache instead of a page and use it
throughout.  We still have to convert back to a page for calling
internal f2fs functions, but hopefully they will be converted soon.

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