diff options
author | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 09:01:17 -0500 |
---|---|---|
committer | Tao Ma <boyu.mt@taobao.com> | 2011-02-23 09:01:17 -0500 |
commit | 402b418311f0d20a71451770d764a2e37b08dbcf (patch) | |
tree | 0d59f8f3fc334948eaba8a713fd618ac46a20824 /fs/ocfs2/cluster/masklog.c | |
parent | 32a42d392bf9b8f90f41434ccb3605e958b16251 (diff) |
ocfs2: Remove masklog ML_XATTR.
Remove mlog(0) from fs/ocfs2/xattr.c and the masklog ML_XATTR.
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 ffc0de62a031..ef140ab7dcf8 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(XATTR), | ||
106 | define_mask(QUOTA), | 105 | define_mask(QUOTA), |
107 | define_mask(BASTS), | 106 | define_mask(BASTS), |
108 | define_mask(RESERVATIONS), | 107 | define_mask(RESERVATIONS), |