fsck.f2fs: check sit types for node or data only
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 24 Sep 2015 16:45:16 +0000 (09:45 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 24 Sep 2015 16:52:14 +0000 (09:52 -0700)
commite8766f2887bfd965f087127211f09c177ac3f098
tree47141780c9ef5315f68d536a79a65eb0ec8d0bae
parent555138c23b2a13dbbe296d673cb871d3a733fda1
fsck.f2fs: check sit types for node or data only

Previously, check_sit_types didn't handle different numbers of active logs and
SSR cases. But, it didn't cause any problem since fixing sit types is harmless.
Nevertheless, we still don't need to change them all.

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