f2fs: do not check F2FS_INLINE_DOTS in recover
authorSheng Yong <shengyong1@huawei.com>
Mon, 23 Apr 2018 02:29:13 +0000 (10:29 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Jun 2018 22:49:24 +0000 (15:49 -0700)
commitac2074b52e87f05a53336a4fb9cad91392b4b8fa
treeee77051e98797752208754845ffc319bd085de3c
parent1f1473916089782c12b96c363a5be45445a6821a
f2fs: do not check F2FS_INLINE_DOTS in recover

Only dir may have F2FS_INLINE_DOTS flag, so there is no need to check
the flag in recover flow.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/recovery.c