diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 8b7df5e0f..f7850ebd5 100755 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -2033,8 +2033,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; } }