]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: convert to use sbi directly
authorYangtao Li <frank.li@vivo.com>
Tue, 13 Jun 2023 07:51:57 +0000 (15:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:39:36 +0000 (13:39 +0200)
commit4eb2124f453a37e2a6101ee6ca435784bfd75ab0
treee11e133d75f1812a409f4247ec322eb3b52a4de7
parent84908c23a90eafac8ef449f81052144d56de0ecd
f2fs: convert to use sbi directly

[ Upstream commit c3355ea9d82fe6b1a4226c9a7d311f9c5715b456 ]

F2FS_I_SB(inode) is redundant.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: bd9ae4ae9e58 ("f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()")
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/file.c