Skip to content
Commit d804d41d authored by Jeff Layton's avatar Jeff Layton Committed by Steve French
Browse files

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: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 68abaffa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment