Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=032067270295cfca11975c0f7b467244aa170c14
Commit:     032067270295cfca11975c0f7b467244aa170c14
Parent:     04b933f27bc8e7f3f6423020cec58a4eab3bb7a7
Author:     Patrick Caulfield <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 26 09:56:00 2007 +0100
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Tue May 1 09:10:57 2007 +0100

    [DLM] fix coverity-spotted stupidity
    
    Replacement patch to remove redundant code rather than moving it around.
    
    Signed-Off-By: Patrick Caulfield <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
---
 fs/dlm/lowcomms-tcp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fs/dlm/lowcomms-tcp.c b/fs/dlm/lowcomms-tcp.c
index 9bfe7fb..919e92a 100644
--- a/fs/dlm/lowcomms-tcp.c
+++ b/fs/dlm/lowcomms-tcp.c
@@ -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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to