ocfs2/quota: Add QUOTA in mlog_attribute.
authorTao Ma <tao.ma@oracle.com>
Sun, 14 Dec 2008 22:03:41 +0000 (06:03 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:30 +0000 (08:40 -0800)
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>
fs/ocfs2/cluster/masklog.c

index d8a0cb92cef62a6b108696b0a9dae36dcfc9768a..96df5416993ee4335d283e1ba0d619bdbb2ea4f4 100644 (file)
@@ -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),