Tao Ma
2008-Dec-14 22:03 UTC
[Ocfs2-devel] [PATCH] 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 at oracle.com> --- 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 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), -- 1.5.4.GIT
Mark Fasheh
2008-Dec-15 23:16 UTC
[Ocfs2-devel] [PATCH] ocfs2/quota: Add QUOTA in mlog_attribute.
On Mon, Dec 15, 2008 at 06:03:41AM +0800, Tao Ma wrote:> 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.Thanks, this is in merge_window now. --Mark -- Mark Fasheh