diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 09:19:12 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 09:19:12 -0500 |
commit | 1db986a839d8acf8ad809c876f1154f2e672d3af (patch) | |
tree | 76c68953717ec0e876303a8ce01fb6888d4f4a25 /fs/ocfs2/cluster | |
parent | 38877a43795d3a834fad827f3d6532ff649e5c45 (diff) |
ocfs2: Remove masklog ML_QUOTA.
Remove mlog(0) from fs/ocfs2/quota_global.c and
the masklog QUOTA.
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
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 39f2a46810d1..90ed4c0ce180 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -102,7 +102,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
102 | define_mask(CONN), | 102 | define_mask(CONN), |
103 | define_mask(QUORUM), | 103 | define_mask(QUORUM), |
104 | define_mask(EXPORT), | 104 | define_mask(EXPORT), |
105 | define_mask(QUOTA), | ||
106 | define_mask(BASTS), | 105 | define_mask(BASTS), |
107 | define_mask(CLUSTER), | 106 | define_mask(CLUSTER), |
108 | define_mask(ERROR), | 107 | define_mask(ERROR), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index c36b4d8d5aa9..0e65bae257d6 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -104,7 +104,6 @@ | |||
104 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ | 104 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ |
105 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ | 105 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ |
106 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ | 106 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ |
107 | #define ML_QUOTA 0x0000000040000000ULL /* ocfs2 quota operations */ | ||
108 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ | 107 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ |
109 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ | 108 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ |
110 | 109 | ||