aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/masklog.c
diff options
context:
space:
mode:
authorTao Ma <tao.ma@oracle.com>2009-08-18 11:19:26 +0800
committerJoel Becker <joel.becker@oracle.com>2009-09-22 20:09:26 -0700
commitf2c870e3b12e38da6d9b5b17c4c8ae56a0ed68e4 (patch)
tree23aabcc02bc4437c975626012248a7fad3a307de /fs/ocfs2/cluster/masklog.c
parent93c97087a646429f4dc0d73298d64674ddd5cde8 (diff)
downloadlinux-f2c870e3b12e38da6d9b5b17c4c8ae56a0ed68e4.tar.gz
ocfs2: Add ocfs2_read_refcount_block.
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Diffstat (limited to 'fs/ocfs2/cluster/masklog.c')
-rw-r--r--fs/ocfs2/cluster/masklog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/masklog.c b/fs/ocfs2/cluster/masklog.c
index 96df5416993ee4..1cd2934de61530 100644
--- a/fs/ocfs2/cluster/masklog.c
+++ b/fs/ocfs2/cluster/masklog.c
@@ -111,6 +111,7 @@ static struct mlog_attribute mlog_attrs[MLOG_MAX_BITS] = {
define_mask(EXPORT),
define_mask(XATTR),
define_mask(QUOTA),
+ define_mask(REFCOUNT),
define_mask(ERROR),
define_mask(NOTICE),
define_mask(KTHREAD),