]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Add f2fs_get_sum_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:10:59 +0000 (21:10 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:31 +0000 (15:26 +0000)
commit4a2c49d2cbb92706ba0f03f034c7c712c37d72ce
tree50fe2086f3dcdaeb0c4e98a4f93a248bd784a25c
parent6b5c4a035913480fe328704f98ee1c5b3748842b
f2fs: Add f2fs_get_sum_folio()

Convert f2fs_get_sum_page() to f2fs_get_sum_folio() and add a
f2fs_get_sum_page() wrapper.

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/f2fs.h
fs/f2fs/segment.c