9p: adjust 9p vfs write operation
authorEric Van Hensbergen <ericvh@gmail.com>
Tue, 14 Oct 2008 01:36:16 +0000 (20:36 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:43 +0000 (11:04 -0500)
commitdfb0ec2e13a906ff19a0bbfa9208caab50cfc2e3
treec08a73d0da715aa0c2aa47653edfe055dff5c454
parentfbedadc16e5c888e4df9df3b1757de4993508d35
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>
fs/9p/vfs_file.c