diff options
-rw-r--r-- | fs/cifs/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 38b3b2463ae4..64c712629f27 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c | |||
@@ -244,7 +244,7 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec, | |||
244 | if(rc == 0) { | 244 | if(rc == 0) { |
245 | /* should never happen, letting socket clear before | 245 | /* should never happen, letting socket clear before |
246 | retrying is our only obvious option here */ | 246 | retrying is our only obvious option here */ |
247 | cERROR(1,("tcp sent no data"); | 247 | cERROR(1,("tcp sent no data")); |
248 | msleep(500); | 248 | msleep(500); |
249 | continue; | 249 | continue; |
250 | } | 250 | } |