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

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

parents bba47b34 7df51f6f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2042,7 +2042,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;
		}
	}