diff options
author | Steve French <sfrench@us.ibm.com> | 2007-09-14 22:35:51 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-09-14 22:35:51 -0400 |
commit | 638b250766272fcaaa0f7ed2776f58f4ac701914 (patch) | |
tree | 833818430a425eb6c7f4f080ef3ae9e5a11d8a67 /fs/cifs | |
parent | a8cd925f74c3b1b6d1192f9e75f9d12cc2ab148a (diff) |
[CIFS] typo in earlier cifs_reconnect fix
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/connect.c | 1 |
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 | } |