f2fs: clean up unneeded declaration
Commit 6afc662e68b5 ("f2fs: support flexible inline xattr size") declared f2fs_sb_has_flexible_inline_xattr in f2fs.h for latter being used in get_inline_xattr_addrs, but in latter version, related code has been changed, leave f2fs_sb_has_flexible_inline_xattr w/o any users. Let's remove it for cleanup. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
87b8168e9e
commit
b242d7edc5
1 changed files with 0 additions and 1 deletions
|
@ -2540,7 +2540,6 @@ static inline int get_extra_isize(struct inode *inode)
|
|||
return F2FS_I(inode)->i_extra_isize / sizeof(__le32);
|
||||
}
|
||||
|
||||
static inline int f2fs_sb_has_flexible_inline_xattr(struct super_block *sb);
|
||||
static inline int get_inline_xattr_addrs(struct inode *inode)
|
||||
{
|
||||
return F2FS_I(inode)->i_inline_xattr_size;
|
||||
|
|
Loading…
Add table
Reference in a new issue