aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2011-02-23 08:29:08 -0500
committerTao Ma <boyu.mt@taobao.com>2011-02-23 08:29:08 -0500
commit32a42d392bf9b8f90f41434ccb3605e958b16251 (patch)
tree56c8db7307fd74340635817d692a0fcddb5eece2 /fs/ocfs2/cluster
parentb5770f98b00e94dd573e3438427de09733fe2039 (diff)
ocfs2: Remove masklog ML_SUPER.
Remove mlog(0) from fs/ocfs2/super.c and the masklog SUPER. 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 c5ba4373d86..ffc0de62a03 100644
--- a/fs/ocfs2/cluster/masklog.c
+++ b/fs/ocfs2/cluster/masklog.c
@@ -93,7 +93,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = {
93 define_mask(DLM_RECOVERY), 93 define_mask(DLM_RECOVERY),
94 define_mask(AIO), 94 define_mask(AIO),
95 define_mask(JOURNAL), 95 define_mask(JOURNAL),
96 define_mask(SUPER),
97 define_mask(DLM_GLUE), 96 define_mask(DLM_GLUE),
98 define_mask(BH_IO), 97 define_mask(BH_IO),
99 define_mask(UPTODATE), 98 define_mask(UPTODATE),
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h
index e4ca487078b..98d4af95c8f 100644
--- a/fs/ocfs2/cluster/masklog.h
+++ b/fs/ocfs2/cluster/masklog.h
@@ -95,7 +95,6 @@
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 */ 97#define ML_JOURNAL 0x0000000000004000ULL /* ocfs2 journalling functions */
98#define ML_SUPER 0x0000000000010000ULL /* ocfs2 mount / umount */
99#define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ 98#define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */
100#define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ 99#define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */
101#define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ 100#define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */