Unverified Commit f30ab68f authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!13460 ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()

parents 4f763890 376de50f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2041,7 +2041,6 @@ 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;
		}
	}