]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5833bf5142e9b943404251ff291aa7aa4b99215
tree4947b67104e1ee7c3725b64e660aa6fc0cad0681
parentdd6a0a6db1eeec751d577ed8249282eded768f2c
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