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

9p: adjust 9p vfs write operation



Currently, the 9p net wire operation ensures that all data is sent by sending
multiple packets if the data requested is larger than the msize.  This is
better handled in the vfs code so that we can simplify wire operations to 
being concerned with only putting data onto and taking data off of the wire.

Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>


parent fbedadc1
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