get rid of the size argument of sock_sendmsg()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 11 Dec 2014 05:02:50 +0000 (00:02 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 11 Apr 2015 19:27:37 +0000 (15:27 -0400)
commitd8725c86aebaf3516e220760aaf5fefc73825188
tree4947b67104e1ee7c3725b64e660aa6fc0cad0681
parent6aa248145ab0b1809de2411cf129ec1fc315a46f
get rid of the size argument of sock_sendmsg()

it's equal to iov_iter_count(&msg->msg_iter) in all cases

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/net.h
net/socket.c
net/sunrpc/svcsock.c