From: Jeff Layton Date: Fri, 28 Jan 2011 20:05:43 +0000 (-0500) Subject: cifs: don't pop a printk when sending on a socket is interrupted X-Git-Tag: v2.6.38-rc4~48^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d804d41d163c0975d2890c82d7135ada7a2f23a4;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed