]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in find_in_level()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:04 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:32 +0000 (15:26 +0000)
commite4ca8ff450c39dd58a6a0d7167e32e80af457507
treee37485cd8cc6a5edbe063e6b759428a62fad7311
parent366848cb7126b911ab6011472daf040750bd8e37
f2fs: Use a folio in find_in_level()

Get a folio instead of a page and use it throughout.  Removes a
call 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/dir.c