OSDN Git Service

9p: switch p9_client_write() to passing it struct iov_iter *
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 Apr 2015 00:17:51 +0000 (20:17 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:28:25 +0000 (22:28 -0400)
commit070b3656cf228eaaef7b28b59264c5c7cdbdd0fb
tree76040fdba3e0703df0be897aba7310332454d60e
parent4f3b35c157e43107cc7e1f1aa06694e8b22e10bb
9p: switch p9_client_write() to passing it struct iov_iter *

... and make it loop until it's done

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