diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 00:50:19 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 00:50:19 -0500 |
commit | 781f200cb7a657339c8760984870c252701aa485 (patch) | |
tree | 5cef7fdd6d24276595cc1d453b955f9fa1f444e0 /fs/ocfs2/cluster | |
parent | a5b8443b34d57c6c6e3f8180d9f88890f3625a4b (diff) |
ocfs2: Remove masklog ML_EXPORT.
Remove mlog(0) from fs/ocfs2/export.c and the masklog EXPORT.
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 91df3e2571a0..491923b1e0a6 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(VOTE), | 99 | define_mask(VOTE), |
100 | define_mask(CONN), | 100 | define_mask(CONN), |
101 | define_mask(QUORUM), | 101 | define_mask(QUORUM), |
102 | define_mask(EXPORT), | ||
103 | define_mask(BASTS), | 102 | define_mask(BASTS), |
104 | define_mask(CLUSTER), | 103 | define_mask(CLUSTER), |
105 | define_mask(ERROR), | 104 | define_mask(ERROR), |
diff --git a/fs/ocfs2/cluster/masklog.h b/fs/ocfs2/cluster/masklog.h index c64b0aa59e9d..c5bde37cd8b2 100644 --- a/fs/ocfs2/cluster/masklog.h +++ b/fs/ocfs2/cluster/masklog.h | |||
@@ -101,7 +101,6 @@ | |||
101 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ | 101 | #define ML_VOTE 0x0000000001000000ULL /* ocfs2 node messaging */ |
102 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ | 102 | #define ML_CONN 0x0000000004000000ULL /* net connection management */ |
103 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ | 103 | #define ML_QUORUM 0x0000000008000000ULL /* net connection quorum */ |
104 | #define ML_EXPORT 0x0000000010000000ULL /* ocfs2 export operations */ | ||
105 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ | 104 | #define ML_BASTS 0x0000000100000000ULL /* dlmglue asts and basts */ |
106 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ | 105 | #define ML_CLUSTER 0x0000000400000000ULL /* cluster stack */ |
107 | 106 | ||