From: Tejun Heo Date: Wed, 24 Sep 2008 21:22:23 +0000 (-0500) Subject: 9p-trans_fd: fix and clean up module init/exit paths X-Git-Tag: v2.6.27-rc8~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206ca50de77033c6cc17d0e14fbb12d119a67b01;p=pandora-kernel.git 9p-trans_fd: fix and clean up module init/exit paths trans_fd leaked p9_mux_wq on module unload. Fix it. While at it, collapse p9_mux_global_init() into p9_trans_fd_init(). It's easier to follow this way and the global poll_tasks array is about to removed anyway. Signed-off-by: Tejun Heo Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed