diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 01:15:35 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 01:15:35 -0500 |
commit | b41079504c786eb226e7e1e3dc5cc1f37fbd1c2b (patch) | |
tree | ce449319016d1ddf2a319f3f1a093471043d9a46 /fs/ocfs2/cluster | |
parent | 781f200cb7a657339c8760984870c252701aa485 (diff) |
ocfs2: Remove masklog ML_JOURNAL.
Remove mlog(0) from fs/ocfs2/journal.c and the masklog JOURNAL.
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 491923b1e0a6..b64fb67c2999 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -92,7 +92,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
92 | define_mask(DLM_MASTER), | 92 | define_mask(DLM_MASTER), |
93 | define_mask(DLM_RECOVERY), | 93 | define_mask(DLM_RECOVERY), |
94 | define_mask(AIO), | 94 | define_mask(AIO), |
95 | define_mask(JOURNAL), | ||
96 | define_mask(DLM_GLUE), | 95 | define_mask(DLM_GLUE), |
97 | define_mask(BH_IO), | 96 | define_mask(BH_IO), |
98 | define_mask(UPTODATE), | 97 | define_mask(UPTODATE), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index c5bde37cd8b2..1340ef0ae3e1 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -94,7 +94,6 @@ | |||
94 | #define ML_DLM_MASTER 0x0000000000000800ULL /* dlm master functions */ | 94 | #define ML_DLM_MASTER 0x0000000000000800ULL /* dlm master functions */ |
95 | #define ML_DLM_RECOVERY 0x0000000000001000ULL /* dlm master functions */ | 95 | #define ML_DLM_RECOVERY 0x0000000000001000ULL /* dlm master functions */ |
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 */ | ||
98 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ | 97 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ |
99 | #define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ | 98 | #define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ |
100 | #define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ | 99 | #define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ |