]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
put iov_iter into msghdr
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 24 Nov 2014 15:42:55 +0000 (10:42 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Dec 2014 21:29:03 +0000 (16:29 -0500)
commitc0371da6047abd261bc483c744dbc7d81a116172
tree73b4d685f311a83e04f3a684ce18225b409b3f5f
parentd838df2e5dcbb6ed4d82854869e9a30f9aeef6da
put iov_iter into msghdr

Note that the code _using_ ->msg_iter at that point will be very
unhappy with anything other than unshifted iovec-backed iov_iter.
We still need to convert users to proper primitives.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
33 files changed:
crypto/algif_hash.c
crypto/algif_skcipher.c
drivers/net/macvtap.c
drivers/net/tun.c
drivers/vhost/net.c
fs/afs/rxrpc.c
include/linux/skbuff.h
include/linux/socket.h
include/net/bluetooth/l2cap.h
include/net/udplite.h
net/atm/common.c
net/bluetooth/6lowpan.c
net/bluetooth/a2mp.c
net/bluetooth/smp.c
net/caif/caif_socket.c
net/compat.c
net/ipv4/ip_output.c
net/ipv4/ping.c
net/ipv4/raw.c
net/ipv4/tcp.c
net/ipv4/tcp_output.c
net/ipv6/ping.c
net/ipv6/raw.c
net/netlink/af_netlink.c
net/packet/af_packet.c
net/rds/recv.c
net/rds/send.c
net/rxrpc/ar-output.c
net/sctp/socket.c
net/socket.c
net/tipc/msg.c
net/unix/af_unix.c
net/vmw_vsock/vmci_transport.c