projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8cd925
)
[CIFS] typo in earlier cifs_reconnect fix
author
Steve French
<sfrench@us.ibm.com>
Sat, 15 Sep 2007 02:35:51 +0000
(
02:35
+0000)
committer
Steve French
<sfrench@us.ibm.com>
Sat, 15 Sep 2007 02:35:51 +0000
(
02:35
+0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
patch
|
blob
|
history
diff --git
a/fs/cifs/connect.c
b/fs/cifs/connect.c
index f58fef5878c3db87445d88dc311f7c4a5697cd03..a83684d8eb5a9e4f4b71d3da37c76db0a92cf401 100644
(file)
--- a/
fs/cifs/connect.c
+++ b/
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;
}