commit | dfb0ec2e13a906ff19a0bbfa9208caab50cfc2e3 | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Mon Oct 13 20:36:16 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Fri Oct 17 11:04:43 2008 -0500 |
tree | c08a73d0da715aa0c2aa47653edfe055dff5c454 | |
parent | fbedadc16e5c888e4df9df3b1757de4993508d35 [diff] |
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: Eric Van Hensbergen <ericvh@gmail.com>