aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 053361ace0ec..c06a25e5cec3 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -103,6 +103,7 @@ enum {
103 CP_UMOUNT, 103 CP_UMOUNT,
104 CP_FASTBOOT, 104 CP_FASTBOOT,
105 CP_SYNC, 105 CP_SYNC,
106 CP_RECOVERY,
106 CP_DISCARD, 107 CP_DISCARD,
107}; 108};
108 109