OSDN Git Service

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>
Mon, 9 Jul 2018 00:28:45 +0000 (17:28 -0700)
commit7aff5c69da4c925dcd7dc01a248a14be7d83d5c6
treeacca9942bb3f02ee54a0f70b05c94f920b6a43b2
parent23d00b02878ee939100ed8aae68b5ac170899bf2
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