linux-kernel-test/include/net/9p
Eric Van Hensbergen 06b55b464e 9p: move dirread to fs layer
Currently reading a directory is implemented in the client code.
This function is not actually a wire operation, but a meta operation 
which calls read operations and processes the results.

This patch moves this functionality to the fs layer and calls component
wire operations instead of constructing their packets.  This provides a 
cleaner separation and will help when we reorganize the client functions
and protocol processing methods.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2008-10-17 11:04:43 -05:00
..
9p.h include: replace __FUNCTION__ with __func__ 2008-10-16 11:21:30 -07:00
client.h 9p: move dirread to fs layer 2008-10-17 11:04:43 -05:00
transport.h 9p: make rpc code common and rework flush code 2008-10-17 11:04:42 -05:00