]> www.infradead.org Git - users/jedix/linux-maple.git/commit
orangefs: Convert orangefs_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:02 +0000 (11:32 +0200)
commit4c7e13850f317933b081fd49841dd246bff99619
tree70561c4e1d9be2f2546e4fa60d3ce57cb6b82807
parent87969292a93f4afbd1179fb46ad02ac1dd275ca0
orangefs: Convert orangefs_write_begin() to use a folio

Retrieve a folio from the page cache instead of a page.  This
function was previously mostly converted to use a folio, so it's
a fairly small change.

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/orangefs/inode.c