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

Convert get_current_sit_page() to get_current_sit_folio() and then
use the folio in build_sit_entries().  Saves a hidden 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/segment.c