9p: move readn meta-function from client to fs layer
authorEric Van Hensbergen <ericvh@gmail.com>
Tue, 14 Oct 2008 01:36:16 +0000 (20:36 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:43 +0000 (11:04 -0500)
commitfbedadc16e5c888e4df9df3b1757de4993508d35
treec477daf52f7a8aa2c2a0c9902b1711b6c2d32833
parent0fc9655ec67ec5d4dfd08e469e0e9f0a494bf5bc
9p: move readn meta-function from client to fs layer

There are a couple of methods in the client code which aren't actually
wire operations.  To keep things organized cleaner, these operations are
being moved to the fs layer.

This patch moves the readn meta-function (which executes multiple wire
reads until a buffer is full) to the fs layer.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs.c
fs/9p/v9fs_vfs.h
fs/9p/vfs_addr.c
fs/9p/vfs_file.c
include/net/9p/client.h
net/9p/client.c