Skip to content
Commit 0129241e authored by Tao Ma's avatar Tao Ma Committed by Joel Becker
Browse files

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: default avatarTao Ma <tao.ma@oracle.com>
parent 47bca495
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment