From: Steve French Date: Sat, 15 Sep 2007 02:35:51 +0000 (+0000) Subject: [CIFS] typo in earlier cifs_reconnect fix X-Git-Tag: v2.6.24-rc1~138^2~39 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=638b250766272fcaaa0f7ed2776f58f4ac701914;p=linux-2.6-omap-h63xx.git [CIFS] typo in earlier cifs_reconnect fix Signed-off-by: Steve French --- diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index f58fef5878c..a83684d8eb5 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; }