ocfs2: Attach xattr clusters to refcount tree.
authorTao Ma <tao.ma@oracle.com>
Mon, 21 Sep 2009 05:04:19 +0000 (13:04 +0800)
committerJoel Becker <joel.becker@oracle.com>
Wed, 23 Sep 2009 03:09:43 +0000 (20:09 -0700)
commit0129241e2b3b90ff83a8c774353e5612d84bd493
treeeec03f874cbdbc4c9eab4900f2de89fd1747a5ee
parent47bca4950bc40fb54e9d41cbbc8b06cd653d2ae2
ocfs2: Attach xattr clusters to refcount tree.

In ocfs2, when xattr's value is larger than OCFS2_XATTR_INLINE_SIZE,
it will be kept outside of the blocks we store xattr entry. And they
are stored in a b-tree also. So this patch try to attach all these
clusters to refcount tree also.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
fs/ocfs2/refcounttree.c
fs/ocfs2/refcounttree.h
fs/ocfs2/xattr.c
fs/ocfs2/xattr.h