aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-09-15 02:35:51 +0000
committerSteve French <sfrench@us.ibm.com>2007-09-15 02:35:51 +0000
commit638b250766272fcaaa0f7ed2776f58f4ac701914 (patch)
tree833818430a425eb6c7f4f080ef3ae9e5a11d8a67 /fs/cifs
parent[CIFS] Respect umask when using POSIX mkdir (diff)
downloadlinux-dev-638b250766272fcaaa0f7ed2776f58f4ac701914.tar.xz
linux-dev-638b250766272fcaaa0f7ed2776f58f4ac701914.zip
[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.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:
cFYI(1, ("less than four bytes received (%d bytes)",
length));
pdu_length -= length;
- cifs_reconnect(server);
msleep(1);
goto incomplete_rcv;
}