]> asedeno.scripts.mit.edu Git - linux.git/commit
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, 31 May 2018 18:31:47 +0000 (11:31 -0700)
commiteff15c2aec6c93681dffb183779db2b08df09bc3
treeef807343a493beee65ab333cc09c139171731c38
parenta515d12f1b180ce88273ff20b065baa1c4da3284
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