f2fs: make local functions static
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 5 Jan 2018 09:41:20 +0000 (09:41 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 27 Jan 2018 21:29:58 +0000 (13:29 -0800)
commitbb1af976c2a281323f3b7ade3662f35741fc210f
tree6c311b6970553cf15270c5abb0fab02ffb590fb6
parentad658936ea9d873db1a4c6d7db41b7e82637590a
f2fs: make local functions static

Fixes the following sparse warnings:

fs/f2fs/segment.c:887:6: warning:
 symbol '__check_sit_bitmap' was not declared. Should it be static?
fs/f2fs/segment.c:1327:6: warning:
 symbol 'f2fs_wait_discard_bio' was not declared. Should it be static?
fs/f2fs/super.c:1661:5: warning:
 symbol 'f2fs_get_projid' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c
fs/f2fs/super.c