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)
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>

No differences found