aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2011-02-22 09:27:33 -0500
committerTao Ma <boyu.mt@taobao.com>2011-02-22 09:27:33 -0500
commita716357c47ea1cc4f535356cff2c39edd327136b (patch)
tree132f3e6114aac821e42f75e74ac92fe3e138ba5a /fs/ocfs2/cluster
parent64f3b2692724fdbe72697b77887685b5bd3f4a3c (diff)
ocfs2: Remove masklog ML_EXTENT_MAP.
Remove mlog(0) from fs/ocfs2/extent_map.c and the masklog EXTENT_MAP. Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Diffstat (limited to 'fs/ocfs2/cluster')
-rw-r--r--fs/ocfs2/cluster/masklog.c1
-rw-r--r--fs/ocfs2/cluster/masklog.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c
index e18fb801633e..c5ba4373d863 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(EXTENT_MAP),
98 define_mask(DLM_GLUE), 97 define_mask(DLM_GLUE),
99 define_mask(BH_IO), 98 define_mask(BH_IO),
100 define_mask(UPTODATE), 99 define_mask(UPTODATE),
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h
index b76d07786107..e4ca487078b3 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_EXTENT_MAP 0x0000000000040000ULL /* ocfs2 extent map caching */
100#define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ 99#define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */
101#define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ 100#define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */
102#define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ 101#define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */