]> www.infradead.org Git - users/jedix/linux-maple.git/commit
orangefs: Convert orangefs_writepages to contain an array of folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 5 Mar 2025 20:47:33 +0000 (20:47 +0000)
committerChristian Brauner <brauner@kernel.org>
Thu, 6 Mar 2025 08:26:07 +0000 (09:26 +0100)
commit73f233b972ce30ff29b5c6e8c65b1200fdd266f8
tree25cb52f440e3d15301df1b6d2215c0cbc94207eb
parent377afd97cf1801cef404fecf39167d4c067dd861
orangefs: Convert orangefs_writepages to contain an array of folios

The pages being passed in are always folios (since they come from the
page cache).  This eliminates several hidden calls to compound_head(),
and uses of legacy APIs.

Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250305204734.1475264-10-willy@infradead.org
Tested-by: Mike Marshall <hubcap@omnibond.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/orangefs/inode.c