diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 42368577786e8576d511403eb639ce8096c3ae7d..5b56e10e510bee7acadded3bed4dc950555a745e 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -2042,8 +2042,7 @@ static int ocfs2_xa_remove(struct ocfs2_xa_loc *loc, rc = 0; ocfs2_xa_cleanup_value_truncate(loc, "removing", orig_clusters); - if (rc) - goto out; + goto out; } }