fsck.f2fs: remove inconsistent named directories
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 26 Mar 2015 00:19:13 +0000 (17:19 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 26 Mar 2015 00:50:06 +0000 (17:50 -0700)
commit7d253ac582e041412ee4af83e1841f1f016aba52
tree823492539636793d289d79ebac473dadfca3b756
parenta81e54404c3483b4caefbe3adbbc23916631a75e
fsck.f2fs: remove inconsistent named directories

Each inode has its filename inside inode block.
For directory, the name should be matched all the time.
In other cases, it shouldn't, since there is able to be linked to other file
names.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/fsck.c
fsck/fsck.h
fsck/main.c