diff --git a/[refs] b/[refs] index 975c58a23a52..0465598b150a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8cc64c6ecfef020d40829f3e1152aab006c13899 +refs/heads/master: 04c08816d693f010ce14b8f408c6228600053af0 diff --git a/trunk/fs/cifs/transport.c b/trunk/fs/cifs/transport.c index 38b3b2463ae4..64c712629f27 100644 --- a/trunk/fs/cifs/transport.c +++ b/trunk/fs/cifs/transport.c @@ -244,7 +244,7 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec, if(rc == 0) { /* should never happen, letting socket clear before retrying is our only obvious option here */ - cERROR(1,("tcp sent no data"); + cERROR(1,("tcp sent no data")); msleep(500); continue; }