f2fs: declare f2fs_convert_inline_dir as a static function
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 21 Oct 2014 03:28:49 +0000 (20:28 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Nov 2014 00:07:35 +0000 (16:07 -0800)
commitd64948a4df9f5571b0efa81f71a59bc86d7056a7
treecf81e930d704e8b6657b8a468817d642ffafc13f
parentf1e33a041e39535571cd19f4799c3673868f2118
f2fs: declare f2fs_convert_inline_dir as a static function

This patch declares f2fs_convert_inline_dir as a static function, which was
reported by kbuild test robot.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inline.c