diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-21 19:20:04 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-21 19:20:04 -0500 |
commit | 198aac2838731691ca67e15fd8a56f65307d3677 (patch) | |
tree | 87d94f9ab6c82ca3a6379d789f29acf5c8c4f9f4 /fs/ocfs2/cluster/masklog.c | |
parent | 81bad69749623062fae2f94e2d98dd43d95a36f4 (diff) |
ocfs2: Remove masklog ML_REFCOUNT.
Change all the "mlog(0," in fs/ocfs2/refcounttree.c to trace events.
And finally remove masklog ML_REFCOUNT.
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 caba07c2dac6..a961cca12529 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c | |||
@@ -108,7 +108,6 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { | |||
108 | define_mask(EXPORT), | 108 | define_mask(EXPORT), |
109 | define_mask(XATTR), | 109 | define_mask(XATTR), |
110 | define_mask(QUOTA), | 110 | define_mask(QUOTA), |
111 | define_mask(REFCOUNT), | ||
112 | define_mask(BASTS), | 111 | define_mask(BASTS), |
113 | define_mask(RESERVATIONS), | 112 | define_mask(RESERVATIONS), |
114 | define_mask(CLUSTER), | 113 | define_mask(CLUSTER), |