• Tao Ma's avatar
    ocfs2: Call refcount tree remove process properly. · 8b2c0dba
    Tao Ma authored
    Now with xattr refcount support, we need to check whether
    we have xattr refcounted before we remove the refcount tree.
    
    Now the mechanism is:
    1) Check whether i_clusters == 0, if no, exit.
    2) check whether we have i_xattr_loc in dinode. if yes, exit.
    2) Check whether we have inline xattr stored outside, if yes, exit.
    4) Remove the tree.
    Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
    8b2c0dba
inode.c 39.4 KB