aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-04-09 20:03:53 -0400
committerJaegeuk Kim <jaegeuk@kernel.org>2015-04-16 12:45:40 -0400
commit10027551ccf5459cc771c31ac8bc8e5cc8db45f8 (patch)
treeeae6cfe1d0daae9d6ed5e30d63e2f966af847d46 /include/trace
parentfeb7cbb079e63ebb7c0bd7022d2ba9c1dd15c69b (diff)
f2fs: pass checkpoint reason on roll-forward recovery
This patch adds CP_RECOVERY to remain recovery information for checkpoint. And, it makes sure writing checkpoint in this case. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/f2fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/events/f2fs.h b/include/trace/events/f2fs.h
index 75724bd28356..8804f22a08d1 100644
--- a/include/trace/events/f2fs.h
+++ b/include/trace/events/f2fs.h
@@ -78,6 +78,7 @@
78 { CP_UMOUNT, "Umount" }, \ 78 { CP_UMOUNT, "Umount" }, \
79 { CP_FASTBOOT, "Fastboot" }, \ 79 { CP_FASTBOOT, "Fastboot" }, \
80 { CP_SYNC, "Sync" }, \ 80 { CP_SYNC, "Sync" }, \
81 { CP_RECOVERY, "Recovery" }, \
81 { CP_DISCARD, "Discard" }) 82 { CP_DISCARD, "Discard" })
82 83
83struct victim_sel_policy; 84struct victim_sel_policy;