From: Eric Van Hensbergen Date: Fri, 9 May 2008 01:26:37 +0000 (-0500) Subject: 9p: fix error path during early mount X-Git-Tag: v2.6.26-rc3~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=887b3ece65be7b643dfdae0d433c91a26a3f437d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed