f2fs: Fix wrong stub helper update_sit_info
authorYueHaibing <yuehaibing@huawei.com>
Sat, 9 May 2020 11:21:35 +0000 (19:21 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 12 May 2020 03:36:47 +0000 (20:36 -0700)
commit48abe91ac1ad27cd5a5709f983dcf58f2b9a6b70
treeca633f0c3ebdda321228a10d6f921d15ca91e04a
parentf6644143c63f2eac88973f7fea087582579b0189
f2fs: Fix wrong stub helper update_sit_info

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