cifs: don't pop a printk when sending on a socket is interrupted
authorJeff Layton <jlayton@redhat.com>
Fri, 28 Jan 2011 20:05:43 +0000 (15:05 -0500)
committerSteve French <sfrench@us.ibm.com>
Mon, 31 Jan 2011 04:32:21 +0000 (04:32 +0000)
If we kill the process while it's sending on a socket then the
kernel_sendmsg will return -EINTR. This is normal. No need to spam the
ring buffer with this info.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found