Re: [PATCH 16/17] get rid of the size argument of sock_sendmsg()

2015-04-15 Thread David Miller
From: David Laight Date: Wed, 15 Apr 2015 08:37:01 + > From: David Miller >> Sent: 14 April 2015 18:56 >> > On Tue, Apr 14, 2015 at 04:25:24PM +, David Laight wrote: >> >> From: Al Viro >> >> > Sent: 11 April 2015 22:18 >> >> > it's equal to iov_iter_count(&msg->msg_iter) in all cases >>

Re: [PATCH 16/17] get rid of the size argument of sock_sendmsg()

2015-04-15 Thread Eric Dumazet
On Wed, 2015-04-15 at 08:37 +, David Laight wrote: > From: David Miller > > Sent: 14 April 2015 18:56 > > > On Tue, Apr 14, 2015 at 04:25:24PM +, David Laight wrote: > > >> From: Al Viro > > >> > Sent: 11 April 2015 22:18 > > >> > it's equal to iov_iter_count(&msg->msg_iter) in all cases >