aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/f2fs_fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2014-09-02 15:43:52 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2014-09-09 13:14:25 -0700
commit2ae4c673e3cbd69bc2decf6d7f5961f3c7b9b38b (patch)
tree188caa86c0c0d885ffae218580f9bf6f489dbc3f /include/linux/f2fs_fs.h
parentf2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB (diff)
downloadlinux-dev-2ae4c673e3cbd69bc2decf6d7f5961f3c7b9b38b.tar.xz
linux-dev-2ae4c673e3cbd69bc2decf6d7f5961f3c7b9b38b.zip
f2fs: retain inconsistency information to initiate fsck.f2fs
This patch adds sbi->need_fsck to conduct fsck.f2fs later. This flag can only be removed by fsck.f2fs. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/linux/f2fs_fs.h')
-rw-r--r--include/linux/f2fs_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h
index 08ed2b0a96e6..9ca1ff3d4662 100644
--- a/include/linux/f2fs_fs.h
+++ b/include/linux/f2fs_fs.h
@@ -85,6 +85,7 @@ struct f2fs_super_block {
/*
* For checkpoint
*/
+#define CP_FSCK_FLAG 0x00000010
#define CP_ERROR_FLAG 0x00000008
#define CP_COMPACT_SUM_FLAG 0x00000004
#define CP_ORPHAN_PRESENT_FLAG 0x00000002