Ver Fonte

[CIFS] typo in earlier cifs_reconnect fix

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French há 17 anos atrás
pai
commit
638b250766
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      fs/cifs/connect.c

+ 0 - 1
fs/cifs/connect.c

@@ -439,7 +439,6 @@ incomplete_rcv:
 			cFYI(1, ("less than four bytes received (%d bytes)",
 			      length));
 			pdu_length -= length;
-			cifs_reconnect(server);
 			msleep(1);
 			goto incomplete_rcv;
 		}