commit | 817d218185e6ea3f9378a8ae2bf9fdb1679325c6 | [log] [tgz] |
---|---|---|
author | Yunlei He <heyunlei@huawei.com> | Sat Jan 30 10:26:29 2016 +0800 |
committer | Steve Kondik <steve@cyngn.com> | Wed Aug 24 11:43:29 2016 -0700 |
tree | efc01b40f1d744a9ad676ef976f93d39ea39c941 | |
parent | 1fc3b6b4a8cc4f8a326f0d80b52b9d67e8d9a6f9 [diff] |
fsck.f2fs: avoid fix ssa in some case In some case, we need confirm node or data blkaddr is ok at first, and then fix the conflict in ssa block. If the node blkaddr happen to locate in data type segment caused by something error, may be we 'd better ignore it, and it's same with data blkaddr. Signed-off-by: Yunlei He <heyunlei@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>