9p: use the rcall structure passed in the request in trans_fd read_work
authorEric Van Hensbergen <ericvh@gmail.com>
Mon, 13 Oct 2008 23:45:22 +0000 (18:45 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:42 +0000 (11:04 -0500)
commit1b0a763bdd5ed467d0e03b88e045000c749303fb
treea0a51b999322b9e75f6a5c076420b064df71aebd
parent673d62cdaac6ffbce980a349d3174b3929ceb9e5
9p: use the rcall structure passed in the request in trans_fd read_work

This patch reworks the read_work function to enable it to directly use a passed
in rcall structure.  This should help allow us to remove unnecessary copies
in the future.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_fd.c