From: Tao Ma Date: Mon, 21 Sep 2009 05:04:19 +0000 (+0800) Subject: ocfs2: Attach xattr clusters to refcount tree. X-Git-Tag: v2.6.32-rc1~173^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0129241e2b3b90ff83a8c774353e5612d84bd493;p=pandora-kernel.git 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 --- Reading git-diff-tree failed