Skip to content

Commit

Permalink
[DLM] fix coverity-spotted stupidity
Browse files Browse the repository at this point in the history
Replacement patch to remove redundant code rather than moving it around.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Patrick Caulfield authored and Steven Whitehouse committed May 1, 2007
1 parent 04b933f commit 0320672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/dlm/lowcomms-tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0320672

Please sign in to comment.