aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/cifs/connect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index f58fef5878c3..a83684d8eb5a 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -439,7 +439,6 @@ incomplete_rcv:
439 cFYI(1, ("less than four bytes received (%d bytes)", 439 cFYI(1, ("less than four bytes received (%d bytes)",
440 length)); 440 length));
441 pdu_length -= length; 441 pdu_length -= length;
442 cifs_reconnect(server);
443 msleep(1); 442 msleep(1);
444 goto incomplete_rcv; 443 goto incomplete_rcv;
445 } 444 }