]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:40 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:46 +0000 (15:26 +0000)
commit842974808ac2aa4fd22b6207146329d08fbf7141
tree43dc12c61ee5b5e100b6b03660867c0194fe6cb3
parent75de20f41fa83c3340c63980cba479fd64a4c291
f2fs: Convert f2fs_load_compressed_page() to f2fs_load_compressed_folio()

The only caller already has a folio, so pass it in.  Copy the entire
size of the folio to support large block sizes.  Remove two 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/compress.c
fs/f2fs/data.c
fs/f2fs/f2fs.h