commit | d804d41d163c0975d2890c82d7135ada7a2f23a4 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Jan 28 15:05:43 2011 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jan 31 04:32:21 2011 +0000 |
tree | 1e67966f3206a8e3c254d73d5e53cabe15d0e4a9 | |
parent | 68abaffa6bbd3cadfaa4b7216d10bcd32406090b [diff] |
cifs: don't pop a printk when sending on a socket is interrupted 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>