f2fs: add an option to avoid unnecessary BUG_ONs
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 29 Oct 2013 06:14:54 +0000 (15:14 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 29 Oct 2013 06:44:38 +0000 (15:44 +0900)
commit5d56b6718a0f4e5c58cdd3cb6b7a472d7c5671b9
treec5648f1dccaff7edb642581ba9409e8fe427e5e3
parent3b218e3a21ccec183472015f1d7168400b187a58
f2fs: add an option to avoid unnecessary BUG_ONs

If you want to remove unnecessary BUG_ONs, you can just turn off F2FS_CHECK_FS
in your kernel config.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/inode.c
fs/f2fs/node.c
fs/f2fs/recovery.c
fs/f2fs/segment.c
fs/f2fs/segment.h
fs/f2fs/xattr.c