]> git.baikalelectronics.ru Git - kernel.git/commit
socket: use iov_length()
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Thu, 15 Jan 2015 09:35:58 +0000 (10:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jan 2015 18:56:15 +0000 (13:56 -0500)
commit32031bfe284a27d5640b1e9dcc77217ab88ddcdc
treebb196b77d758c25556f58565ad663f2c8568ca3e
parent731e32e8fe51c8bc0e86c934f1d435bf7833a484
socket: use iov_length()

Better to use available helpers.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c