提交 514053e4 编写于 作者: J Jaegeuk Kim

f2fs: declare f2fs_update_extent_tree_range as static

This function should be static.
Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册