summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-03-17 20:58:08 -0400
committerJaegeuk Kim <jaegeuk@kernel.org>2015-04-10 18:08:47 -0400
commit8ce67cb07dbf6ba35aea1e07e8ad1ea004ced27b (patch)
tree519839e12edf66b3341cbb0679f3b25bafba6123 /fs/f2fs/f2fs.h
parent3c6c2bebef79999b1827041696dc1881e637e3af (diff)
f2fs: add some tracepoints to debug volatile and atomic writes
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 9e378179ff93..c9818193e15e 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -556,6 +556,10 @@ enum page_type {
556 META, 556 META,
557 NR_PAGE_TYPE, 557 NR_PAGE_TYPE,
558 META_FLUSH, 558 META_FLUSH,
559 INMEM, /* the below types are used by tracepoints only. */
560 INMEM_DROP,
561 IPU,
562 OPU,
559}; 563};
560 564
561struct f2fs_io_info { 565struct f2fs_io_info {