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

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: default avatarTao Ma <tao.ma@oracle.com>
parent 2999d12f
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