dect
/
linux-2.6
Archived
13
0
Fork 0

[DLM] fix coverity-spotted stupidity

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>
This commit is contained in:
Patrick Caulfield 2007-03-26 09:56:00 +01:00 committed by Steven Whitehouse
parent 04b933f27b
commit 0320672702
1 changed files with 0 additions and 2 deletions

View File

@ -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;