From: Tao Ma Date: Sun, 14 Dec 2008 22:03:41 +0000 (+0800) Subject: ocfs2/quota: Add QUOTA in mlog_attribute. X-Git-Tag: v3.12-rc1~16803^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=754938c142ae0c28360426c43f965ddc5164b21e;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Mark Fasheh --- diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c index d8a0cb9..96df541 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),