diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 08:50:19 +0300 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-24 08:50:19 +0300 |
commit | 781f200cb7a657339c8760984870c252701aa485 (patch) | |
tree | 5cef7fdd6d24276595cc1d453b955f9fa1f444e0 /fs/ocfs2/cluster/masklog.c | |
parent | a5b8443b34d57c6c6e3f8180d9f88890f3625a4b (diff) | |
download | linux-781f200cb7a657339c8760984870c252701aa485.tar.xz |
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/masklog.c')
-rw-r--r-- | fs/ocfs2/cluster/masklog.c | 1 |
1 files changed, 0 insertions, 1 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] = { define_mask(VOTE), define_mask(CONN), define_mask(QUORUM), - define_mask(EXPORT), define_mask(BASTS), define_mask(CLUSTER), define_mask(ERROR), |