]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbbb3ca39617b154a3d495a3ecb4fa24ba8f25848
tree2e871c8698529878f93c225b818f4aa4b871f3c6
parentb650cc3e40ce98f05822e7deaec3431077d9422c
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