diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-22 08:59:46 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-22 08:59:46 -0500 |
commit | 614a9e849ca6ea24843795251cb30af525d5336b (patch) | |
tree | bf1344ab1a0d932c997b4e7646d062c290c7cedd /fs/ocfs2/cluster | |
parent | 9558156bcf8e4750d20034e941213273743ed86a (diff) |
ocfs2: Remove FILE_IO from masklog.
Change all the "mlog(0," in fs/ocfs2/mmap.c to trace events.
And finally remove masklog FILE_IO.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/cluster')
-rw-r--r-- | fs/ocfs2/cluster/masklog.c | 1 | ||||
-rw-r--r-- | fs/ocfs2/cluster/masklog.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index a961cca12529..036e8b8814f7 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -94,7 +94,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
94 | define_mask(AIO), | 94 | define_mask(AIO), |
95 | define_mask(JOURNAL), | 95 | define_mask(JOURNAL), |
96 | define_mask(SUPER), | 96 | define_mask(SUPER), |
97 | define_mask(FILE_IO), | ||
98 | define_mask(EXTENT_MAP), | 97 | define_mask(EXTENT_MAP), |
99 | define_mask(DLM_GLUE), | 98 | define_mask(DLM_GLUE), |
100 | define_mask(BH_IO), | 99 | define_mask(BH_IO), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index 845ea2b02f0b..d07780ab9f8f 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -96,7 +96,6 @@ | |||
96 | #define ML_AIO 0x0000000000002000ULL /* ocfs2 aio read and write */ | 96 | #define ML_AIO 0x0000000000002000ULL /* ocfs2 aio read and write */ |
97 | #define ML_JOURNAL 0x0000000000004000ULL /* ocfs2 journalling functions */ | 97 | #define ML_JOURNAL 0x0000000000004000ULL /* ocfs2 journalling functions */ |
98 | #define ML_SUPER 0x0000000000010000ULL /* ocfs2 mount / umount */ | 98 | #define ML_SUPER 0x0000000000010000ULL /* ocfs2 mount / umount */ |
99 | #define ML_FILE_IO 0x0000000000020000ULL /* ocfs2 file I/O */ | ||
100 | #define ML_EXTENT_MAP 0x0000000000040000ULL /* ocfs2 extent map caching */ | 99 | #define ML_EXTENT_MAP 0x0000000000040000ULL /* ocfs2 extent map caching */ |
101 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ | 100 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ |
102 | #define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ | 101 | #define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ |