diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-12-09 18:20:38 -0800 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-12-16 00:36:11 -0800 |
commit | 41b41a26d4d6e4e3ad877d02377844ab9552dc16 (patch) | |
tree | aa548b86e18c1765e6153123187e65d45be76d06 /fs/ocfs2/cluster/masklog.c | |
parent | 39c99f12f15c8bf8257985d9b2a2548a03d18c00 (diff) | |
download | blackbird-op-linux-41b41a26d4d6e4e3ad877d02377844ab9552dc16.tar.gz blackbird-op-linux-41b41a26d4d6e4e3ad877d02377844ab9552dc16.zip |
ocfs2: Adjust masklog flag values
Two masklogs had the same flag value.
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/cluster/masklog.c')
-rw-r--r-- | fs/ocfs2/cluster/masklog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index c7fba396392d..6c61771469af 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c @@ -113,10 +113,11 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { define_mask(QUOTA), define_mask(REFCOUNT), define_mask(BASTS), + define_mask(RESERVATIONS), + define_mask(CLUSTER), define_mask(ERROR), define_mask(NOTICE), define_mask(KTHREAD), - define_mask(RESERVATIONS), }; static struct attribute *mlog_attr_ptrs[MLOG_MAX_BITS] = {NULL, }; |