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 d845ccef2408..bbea7b6cb4d3 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(DLM_GLUE), | 95 | define_mask(DLM_GLUE), |
96 | define_mask(UPTODATE), | ||
97 | define_mask(VOTE), | 96 | define_mask(VOTE), |
98 | define_mask(CONN), | 97 | define_mask(CONN), |
99 | define_mask(QUORUM), | 98 | define_mask(QUORUM), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index ad267f614528..7a86add27f69 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_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ | 97 | #define ML_DLM_GLUE 0x0000000000080000ULL /* ocfs2 dlm glue layer */ |
98 | #define ML_UPTODATE 0x0000000000200000ULL /* ocfs2 caching sequence #'s */ | ||
99 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ | 98 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ |
100 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ | 99 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ |
101 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ | 100 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ |