lustre: switch to kernel_sendmsg()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 8 Feb 2014 18:44:43 +0000 (13:44 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 2 Apr 2014 03:19:31 +0000 (23:19 -0400)
commit480f40de91e74190281309fd0ecb2d0414603c2e
treeb62c48384df08ebfdb4994a2a53f65755e7bdc0c
parent66f5dcef137beef14560f1f6eba6717028b89089
lustre: switch to kernel_sendmsg()

(casts are due to misannotations in lustre; it uses iovec where kvec would be
correct type; too much noise to properly annotate right now).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib-linux.c
drivers/staging/lustre/lustre/libcfs/linux/linux-tcpip.c