Commit 03206727 authored by Patrick Caulfield's avatar Patrick Caulfield Committed by Steven Whitehouse
Browse files

[DLM] fix coverity-spotted stupidity



Replacement patch to remove redundant code rather than moving it around.

Signed-Off-By: default avatarPatrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 04b933f2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -319,8 +319,6 @@ static int receive_from_sock(struct connection *con)

	if (ret <= 0)
		goto out_close;
	if (ret == -EAGAIN)
		goto out_resched;

	if (ret == len)
		call_again_soon = 1;