android_kernel_motorola_sm6225/include/net/9p
Eric Van Hensbergen 0fc9655ec6 9p: consolidate read/write functions
Currently there are two separate versions of read and write.  One for
dealing with user buffers and the other for dealing with kernel buffers.
There is a tremendous amount of code duplication in the otherwise
identical versions of these functions.  This patch adds an additional
user buffer parameter to read and write and conditionalizes handling of
the buffer on whether the kernel buffer or the user buffer is populated.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2008-10-17 11:04:42 -05:00
..
9p.h include: replace __FUNCTION__ with __func__ 2008-10-16 11:21:30 -07:00
client.h 9p: consolidate read/write functions 2008-10-17 11:04:42 -05:00
transport.h 9p: make rpc code common and rework flush code 2008-10-17 11:04:42 -05:00