]> www.infradead.org Git - users/willy/pagecache.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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 23 Jul 2024 17:08:31 +0000 (13:08 -0400)
commit4fb0a7f3df28b2466e17367b253cfee342c95018
tree381a3666d59e46a021f95db665d71e9d6ff1c425
parent4fc11ea804155651591518a011494598086a6a27
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.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/orangefs/inode.c