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 ef140ab7dcf8..39f2a46810d1 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -104,7 +104,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
104 | define_mask(EXPORT), | 104 | define_mask(EXPORT), |
105 | define_mask(QUOTA), | 105 | define_mask(QUOTA), |
106 | define_mask(BASTS), | 106 | define_mask(BASTS), |
107 | define_mask(RESERVATIONS), | ||
108 | define_mask(CLUSTER), | 107 | define_mask(CLUSTER), |
109 | define_mask(ERROR), | 108 | define_mask(ERROR), |
110 | define_mask(NOTICE), | 109 | define_mask(NOTICE), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index f574b167e8dc..c36b4d8d5aa9 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -106,7 +106,6 @@ | |||
106 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ | 106 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ |
107 | #define ML_QUOTA 0x0000000040000000ULL /* ocfs2 quota operations */ | 107 | #define ML_QUOTA 0x0000000040000000ULL /* ocfs2 quota operations */ |
108 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ | 108 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ |
109 | #define ML_RESERVATIONS 0x0000000200000000ULL /* ocfs2 alloc reservations */ | ||
110 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ | 109 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ |
111 | 110 | ||
112 | /* bits that are infrequently given and frequently matched in the high word */ | 111 | /* bits that are infrequently given and frequently matched in the high word */ |