• T
    ocfs2: Modify removing xattr process for refcount. · ce9c5a54
    Tao Ma 提交于
    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: NTao Ma <tao.ma@oracle.com>
    ce9c5a54
xattr.c 184.1 KB