]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in f2fs_recover_orphan_inodes()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:10:49 +0000 (21:10 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:30 +0000 (15:26 +0000)
commit375452b50751a152f317cdb1270a0e215a902dcc
tree645cf4548bb3f78e4fe46619d3eb4be58d532987
parent6225716f38a85eea4137e3454c7fa7336a64be02
f2fs: Use a folio in f2fs_recover_orphan_inodes()

Get a folio instead of a page and use it throughout.  Saves two
hidden calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c