9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.
authorSimon Derr <simon.derr@bull.net>
Tue, 11 Mar 2014 09:13:09 +0000 (10:13 +0100)
committerEric Van Hensbergen <ericvh@gmail.com>
Tue, 25 Mar 2014 21:38:17 +0000 (16:38 -0500)
There is no point in allocating these structs separately.
Changing this makes the code a little simpler and saves a few bytes of
memory.

Reported-by: Herve Vico
Signed-off-by: Simon Derr <simon.derr@bull.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_fd.c

Simple merge