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>
This commit is contained in:
parent
f1e33a041e
commit
d64948a4df
@ -330,7 +330,7 @@ int make_empty_inline_dir(struct inode *inode, struct inode *parent,
|
|||||||
return 0;
|
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 f2fs_inline_dentry *inline_dentry)
|
||||||
{
|
{
|
||||||
struct page *page;
|
struct page *page;
|
||||||
|
Loading…
Reference in New Issue
Block a user