]> 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)
commit87e8da9f346fbca34b030e1c3651654f1c204d83
tree2e871c8698529878f93c225b818f4aa4b871f3c6
parent2ae62d6ec750b7999341953932e671f1f2585c83
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