commit | c0371da6047abd261bc483c744dbc7d81a116172 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 24 10:42:55 2014 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 09 16:29:03 2014 -0500 |
tree | 73b4d685f311a83e04f3a684ce18225b409b3f5f | |
parent | d838df2e5dcbb6ed4d82854869e9a30f9aeef6da [diff] |
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>