9p: fix error path during early mount
authorEric Van Hensbergen <ericvh@opteron.9grid.us>
Fri, 9 May 2008 01:26:37 +0000 (20:26 -0500)
committerEric Van Hensbergen <ericvh@opteron.9grid.us>
Thu, 15 May 2008 00:23:27 +0000 (19:23 -0500)
commit887b3ece65be7b643dfdae0d433c91a26a3f437d
tree471889dcdd3f7eb6762d863fef236014c63a0301
parent332c421e67045343de74e644cdf389f559f0d83f
9p: fix error path during early mount

There was some cleanup issues during early mount which would trigger
a kernel bug for certain types of failure.  This patch reorganizes the
cleanup to get rid of the bad behavior.

This also merges the 9pnet and 9pnet_fd modules for the purpose of
configuration and initialization.  Keeping the fd transport separate
from the core 9pnet code seemed like a good idea at the time, but in
practice has caused more harm and confusion than good.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs.c
fs/9p/vfs_super.c
include/net/9p/9p.h
include/net/9p/transport.h
net/9p/Kconfig
net/9p/Makefile
net/9p/mod.c
net/9p/trans_fd.c