commit | ce9c5a54c0f06b0efb4db8720a0616cc6aa0e5b2 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Tue Aug 18 11:43:59 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Tue Sep 22 20:09:45 2009 -0700 |
tree | 617a8f4eb0d30c71691f5e786417a32c1c95cecb | |
parent | 2999d12f4d5529b282ce201b21444590c3f9f723 [diff] |
ocfs2: Modify removing xattr process for refcount. The old xattr value remove is quite simple, it just erase the tree and free the clusters. But as we have added refcount support, The process is a little complicated. We have to lock the refcount tree at the beginning, what's more, we may split the refcount tree in some cases, so meta/credits are needed. Signed-off-by: Tao Ma <tao.ma@oracle.com>