aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2011-02-22 09:24:57 -0500
committerTao Ma <boyu.mt@taobao.com>2011-02-22 09:24:57 -0500
commit64f3b2692724fdbe72697b77887685b5bd3f4a3c (patch)
treef741d846cd6895ea49e47278bcd765c5138a70ec /fs/ocfs2/cluster
parent6218b90e7669d83cb8ad744f3400205d260597f2 (diff)
ocfs2: Remove masklog ML_INODE.
Remove mlog(0) from fs/ocfs2/inode.c and the masklog INODE. 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 036e8b8814f7..e18fb801633e 100644
--- a/fs/ocfs2/cluster/masklog.c
+++ b/fs/ocfs2/cluster/masklog.c
@@ -99,7 +99,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = {
99 define_mask(BH_IO), 99 define_mask(BH_IO),
100 define_mask(UPTODATE), 100 define_mask(UPTODATE),
101 define_mask(NAMEI), 101 define_mask(NAMEI),
102 define_mask(INODE),
103 define_mask(VOTE), 102 define_mask(VOTE),
104 define_mask(DCACHE), 103 define_mask(DCACHE),
105 define_mask(CONN), 104 define_mask(CONN),
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h
index d07780ab9f8f..b76d07786107 100644
--- a/fs/ocfs2/cluster/masklog.h
+++ b/fs/ocfs2/cluster/masklog.h
@@ -101,7 +101,6 @@
101#define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ 101#define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */
102#define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ 102#define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */
103#define ML_NAMEI 0x0000000000400000ULL /* ocfs2 directory / namespace */ 103#define ML_NAMEI 0x0000000000400000ULL /* ocfs2 directory / namespace */
104#define ML_INODE 0x0000000000800000ULL /* ocfs2 inode manipulation */
105#define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ 104#define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */
106#define ML_DCACHE 0x0000000002000000ULL /* ocfs2 dcache operations */ 105#define ML_DCACHE 0x0000000002000000ULL /* ocfs2 dcache operations */
107#define ML_CONN 0x0000000004000000ULL /* net connection management */ 106#define ML_CONN 0x0000000004000000ULL /* net connection management */