]> www.infradead.org Git - users/dwmw2/linux.git/commit
f2fs: Fix wrong stub helper update_sit_info
authorYueHaibing <yuehaibing@huawei.com>
Sat, 9 May 2020 11:21:35 +0000 (19:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:48:43 +0000 (17:48 +0200)
commit84fb7a793ab63102492d12819a54bddaa1d69888
tree063724d78b1f4ccb8b1794ab3f9610c2ab8c7999
parent5113fc1531ce797ff4865e7d0cd655e42aa6629e
f2fs: Fix wrong stub helper update_sit_info

[ Upstream commit 48abe91ac1ad27cd5a5709f983dcf58f2b9a6b70 ]

update_sit_info should be f2fs_update_sit_info,
otherwise build fails while no CONFIG_F2FS_STAT_FS.

Fixes: fc7100ea2a52 ("f2fs: Add f2fs stats to sysfs")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/f2fs.h