]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Tue, 16 Jan 2018 23:39:59 +0000 (15:39 -0800)
commit05b62f44920f04b49404770fd01cdc268f402915
treeb6e9c59bcc540120402e51ccdbaa3a9ddf3c1427
parent4da45cb64054ff8a93d0c40ce93f02fc7f54f8c7
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