···120120121121 ret = btrfs_delete_one_dir_name(trans, root, path, di);122122 BUG_ON(ret);123123- btrfs_release_path(root, path);123123+ btrfs_release_path(path);124124125125 /* if we don't have a value then we are removing the xattr */126126 if (!value)127127 goto out;128128 } else {129129- btrfs_release_path(root, path);129129+ btrfs_release_path(path);130130131131 if (flags & XATTR_REPLACE) {132132 /* we couldn't find the attr to replace */