commit | 0129241e2b3b90ff83a8c774353e5612d84bd493 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Mon Sep 21 13:04:19 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Sep 22 20:09:43 2009 -0700 |
tree | eec03f874cbdbc4c9eab4900f2de89fd1747a5ee | |
parent | 47bca4950bc40fb54e9d41cbbc8b06cd653d2ae2 [diff] |
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>