third_party_f2fs-tools/fsck
Sheng Yong a9cd90e531 fsck.f2fs: check ino of an used nat entry
If a nid is valid, the ino in its nat entry should record its parent nid.
However if the ino is zero, we should drop the node.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Xue Liu <liuxueliu.liu@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-02-01 16:28:15 -08:00
..
defrag.c defrag.f2fs: eliminate unexpected journal entries 2015-12-16 17:46:32 -08:00
dump.c fsck.f2fs: add segment type in sit_dump 2015-07-16 13:39:55 -07:00
f2fs.h defrag.f2fs: enhance allocation speed 2015-12-19 03:27:11 -08:00
fsck.c fsck.f2fs: check ino of an used nat entry 2016-02-01 16:28:15 -08:00
fsck.h defrag.f2fs: eliminate unexpected journal entries 2015-12-16 17:46:32 -08:00
main.c fsck.f2fs: return 0 for no error was reported 2016-01-14 20:44:13 -08:00
Makefile.am defrag.f2fs: introduce defragmentation tool 2015-12-11 15:58:50 -08:00
mount.c fsck.f2fs: nullify raw_super pointer 2016-01-21 21:13:56 +08:00