commit | 1b0a763bdd5ed467d0e03b88e045000c749303fb | [log] [tgz] |
---|---|---|
author | Eric Van Hensbergen <ericvh@gmail.com> | Mon Oct 13 18:45:22 2008 -0500 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Fri Oct 17 11:04:42 2008 -0500 |
tree | a0a51b999322b9e75f6a5c076420b064df71aebd | |
parent | 673d62cdaac6ffbce980a349d3174b3929ceb9e5 [diff] |
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>