git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47bca49
)
ocfs2: Attach xattr clusters to refcount tree.
author
Tao Ma
<tao.ma@oracle.com>
Mon, 21 Sep 2009 05:04:19 +0000
(13:04 +0800)
committer
Joel 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