OSDN Git Service

9p: switch ->writepage() to direct use of p9_client_write()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 Apr 2015 01:54:42 +0000 (21:54 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:28:26 +0000 (22:28 -0400)
commit371098c6a689da81fbb53bf7acf128f89a6efa09
treec1181dc01767fec779beb4899c354c1ef81c63e2
parent070b3656cf228eaaef7b28b59264c5c7cdbdd0fb
9p: switch ->writepage() to direct use of p9_client_write()

Don't mess with kmap() - just use ITER_BVEC.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/9p/vfs_addr.c