aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/dlm/lowcomms-tcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/dlm/lowcomms-tcp.c b/fs/dlm/lowcomms-tcp.c
index 9bfe7fb721e6..919e92a6aebb 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)
319 319
320 if (ret <= 0) 320 if (ret <= 0)
321 goto out_close; 321 goto out_close;
322 if (ret == -EAGAIN)
323 goto out_resched;
324 322
325 if (ret == len) 323 if (ret == len)
326 call_again_soon = 1; 324 call_again_soon = 1;