linux/net/9p
Eric Van Hensbergen 349d3bb878 net/9p: fail when user specifies a transport which we can't find
If the user specifies a transport and we can't find it, we failed back
to the default trainsport silently.  This patch will make the code
complain more loudly and return an error code.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2010-02-08 14:13:30 -06:00
..
client.c net/9p: fail when user specifies a transport which we can't find 2010-02-08 14:13:30 -06:00
error.c net/9p: insulate the client against an invalid error code sent by a 9p server 2009-08-17 16:39:54 -05:00
Kconfig
Makefile
mod.c
protocol.c
protocol.h
trans_fd.c 9p connect fixes 2009-12-16 12:16:41 -05:00
trans_rdma.c 9p: minor comment fixes 2009-08-17 16:27:57 -05:00
trans_virtio.c net/9p: fix virtio transport to correctly update status on connect 2010-02-08 14:13:30 -06:00
util.c