f2fs: compress: change the first parameter of page_array_{alloc,free} to sbi
authorZhiguo Niu <zhiguo.niu@unisoc.com>
Fri, 13 Jun 2025 01:50:44 +0000 (09:50 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 23 Jun 2025 22:13:02 +0000 (22:13 +0000)
commit8e2a9b656474d67c55010f2c003ea2cf889a19ff
treee59fee042b2a7742ef5d4832defe7d4cac0a7bbb
parent59c1c89e9ba8cefff05aa982dd9e6719f25e8ec5
f2fs: compress: change the first parameter of page_array_{alloc,free} to sbi

No logic changes, just cleanup and prepare for fixing the UAF issue
in f2fs_free_dic.

Signed-off-by: Zhiguo Niu <zhiguo.niu@unisoc.com>
Signed-off-by: Baocong Liu <baocong.liu@unisoc.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/compress.c