Commit 514053e4 authored by Jaegeuk Kim's avatar Jaegeuk Kim

f2fs: declare f2fs_update_extent_tree_range as static

This function should be static.
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 9edcdabf
......@@ -394,7 +394,7 @@ static struct extent_node *__insert_extent_tree(struct f2fs_sb_info *sbi,
return en;
}
unsigned int f2fs_update_extent_tree_range(struct inode *inode,
static unsigned int f2fs_update_extent_tree_range(struct inode *inode,
pgoff_t fofs, block_t blkaddr, unsigned int len)
{
struct f2fs_sb_info *sbi = F2FS_I_SB(inode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment