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)
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

index 024546b80fd03324d5a5f8c367115b0ceb4bc76e..d9daf76aa9cd7ef6ca6bdc7493357ca3f0f3127e 100644 (file)
@@ -330,7 +330,7 @@ int make_empty_inline_dir(struct inode *inode, struct inode *parent,
        return 0;
 }
 
-int f2fs_convert_inline_dir(struct inode *dir, struct page *ipage,
+static int f2fs_convert_inline_dir(struct inode *dir, struct page *ipage,
                                struct f2fs_inline_dentry *inline_dentry)
 {
        struct page *page;