diff options
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 0668eb6e05d6..91df3e2571a0 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -97,7 +97,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
97 | define_mask(BH_IO), | 97 | define_mask(BH_IO), |
98 | define_mask(UPTODATE), | 98 | define_mask(UPTODATE), |
99 | define_mask(VOTE), | 99 | define_mask(VOTE), |
100 | define_mask(DCACHE), | ||
101 | define_mask(CONN), | 100 | define_mask(CONN), |
102 | define_mask(QUORUM), | 101 | define_mask(QUORUM), |
103 | define_mask(EXPORT), | 102 | define_mask(EXPORT), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index a815b55d87a7..c64b0aa59e9d 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -99,7 +99,6 @@ | |||
99 | #define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ | 99 | #define ML_BH_IO 0x0000000000100000ULL /* ocfs2 buffer I/O */ |
100 | #define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ | 100 | #define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ |
101 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ | 101 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ |
102 | #define ML_DCACHE 0x0000000002000000ULL /* ocfs2 dcache operations */ | ||
103 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ | 102 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ |
104 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ | 103 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ |
105 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ | 104 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ |