9p: consolidate mux_rpc and request structure
authorEric Van Hensbergen <ericvh@gmail.com>
Mon, 13 Oct 2008 23:45:24 +0000 (18:45 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 17 Oct 2008 16:04:41 +0000 (11:04 -0500)
commit21c003687e2d1c589cf177a3ba17fd439af94850
treede699ee9fe179710308b3dc20a060919b13796c6
parent5503ac565998837350f3ee1cc344c36143ea2386
9p: consolidate mux_rpc and request structure

Currently, trans_fd has two structures (p9_req and p9_mux-rpc)
which contain mostly duplicate data.

This patch consolidates these two structures and removes p9_mux_rpc.

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