Skip to content
Commit 06b55b46 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen
Browse files

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: default avatarEric Van Hensbergen <ericvh@gmail.com>


parent dfb0ec2e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment