WSL2-Linux-Kernel/net/9p
Simon Derr 263c582888 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.
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>
2014-03-25 16:38:17 -05:00
..
Kconfig
Makefile
client.c 9P: Get rid of REQ_STATUS_FLSH 2014-03-25 16:38:15 -05:00
error.c
mod.c
protocol.c
protocol.h
trans_common.c
trans_common.h
trans_fd.c 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. 2014-03-25 16:38:17 -05:00
trans_rdma.c 9pnet_rdma: add cancelled() 2014-03-25 16:38:13 -05:00
trans_virtio.c
util.c