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

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


parent 0fc9655e
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