]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fs: Convert block_write_begin() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Apr 2024 03:58:48 +0000 (23:58 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:58 +0000 (11:31 +0200)
commit8eb835a1366f52d335aae7c2acff9c1bd57fb227
tree71b5dbd9ec29ce3326a402bf95b636055da95d04
parent0551bc716e830e36c16c70282bc4134e2f3ec821
fs: Convert block_write_begin() to use a folio

Use the folio APIs to retrieve the folio from the page cache and
manipulate it.  Saves a few conversions between pages & folios.

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/buffer.c