fsck.f2fs: declare static function
authorJaegeuk Kim <jaegeuk@kernel.org>
Sun, 22 Nov 2015 03:13:42 +0000 (11:13 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 22 Nov 2015 03:26:52 +0000 (11:26 +0800)
commitee48fd2ced9bee686a51062d9d53f329a396a4e3
treeb2e5c15b96bb78d438ce2a608551dad82a04296b
parentc134e0eb2b1f0fcfba2d80c0fdcdefb9311496ba
fsck.f2fs: declare static function

This avoids the following warning.

mount.c:783:27: warning: SM_I is static but used in inline function
check_seg_range which is not static.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/mount.c