diff options
author | Tao Ma <tao.ma@oracle.com> | 2008-12-14 23:03:41 +0100 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 17:40:30 +0100 |
commit | 754938c142ae0c28360426c43f965ddc5164b21e (patch) | |
tree | e2c764f7868c91ab8e39f56d29951480dbf468e7 | |
parent | ocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket(). (diff) | |
download | linux-754938c142ae0c28360426c43f965ddc5164b21e.tar.xz linux-754938c142ae0c28360426c43f965ddc5164b21e.zip |
ocfs2/quota: Add QUOTA in mlog_attribute.
A new mlog mask has to be added into mlog_attribute before it can
be really used in mlog. ML_QUOTA is only added in masklog.h, so
add it to the array to enable it.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
-rw-r--r-- | fs/ocfs2/cluster/masklog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index d8a0cb92cef6..96df5416993e 100644 --- a/fs/ocfs2/cluster/masklog.c +++ b/fs/ocfs2/cluster/masklog.c @@ -110,6 +110,7 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = { define_mask(QUORUM), define_mask(EXPORT), define_mask(XATTR), + define_mask(QUOTA), define_mask(ERROR), define_mask(NOTICE), define_mask(KTHREAD), |