net/9p: switch the guts of p9_client_{read,write}() to iov_iter
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 1 Apr 2015 23:57:53 +0000 (19:57 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:28:25 +0000 (22:28 -0400)
commit4f3b35c157e43107cc7e1f1aa06694e8b22e10bb
tree2e871c8698529878f93c225b818f4aa4b871f3c6
parent6e242a1ceeb1bcf55ffefa84d3079f711fe8a667
net/9p: switch the guts of p9_client_{read,write}() to iov_iter

... and have get_user_pages_fast() mapping fewer pages than requested
to generate a short read/write.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/net/9p/transport.h
net/9p/client.c
net/9p/protocol.c
net/9p/trans_virtio.c