OSDN Git Service

f2fs: clean up unneeded declaration
authorChao Yu <yuchao0@huawei.com>
Wed, 3 Jan 2018 09:32:51 +0000 (17:32 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 8 Feb 2018 02:05:44 +0000 (18:05 -0800)
commitb242d7edc5379043477d7eb817d2e7488f2fc16c
tree48e78b8eef3252c4628cf26aacec6673126478d4
parent87b8168e9ef006e25036eba5fa0e7aa8ee95880a
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>
fs/f2fs/f2fs.h