[PATCH 4/6] f2fs: add BUG cases to initiate fsck.f2fs

2014-09-02 Thread Jaegeuk Kim
This patch replaces BUG cases with f2fs_bug_on to remain fsck.f2fs information. And it implements some void functions to initiate fsck.f2fs too. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 4 ++-- fs/f2fs/segment.h | 38 +++--- 2 files changed, 37

[PATCH 4/6] f2fs: add BUG cases to initiate fsck.f2fs

2014-09-02 Thread Jaegeuk Kim
This patch replaces BUG cases with f2fs_bug_on to remain fsck.f2fs information. And it implements some void functions to initiate fsck.f2fs too. Signed-off-by: Jaegeuk Kim jaeg...@kernel.org --- fs/f2fs/segment.c | 4 ++-- fs/f2fs/segment.h | 38 +++--- 2 files