From: Tejun Heo Date: Tue, 1 Feb 2011 10:42:43 +0000 (+0100) Subject: net/9p: use system_wq instead of p9_mux_wq X-Git-Tag: v2.6.39-rc1~492^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61edeeed917958dce5b43134d6704451ddf421fa;p=pandora-kernel.git net/9p: use system_wq instead of p9_mux_wq With cmwq, there's no reason to use a dedicated workqueue in trans_fd. Drop p9_mux_wq and use system_wq instead. The used work items are already sync canceled in p9_conn_destroy() and doesn't require further synchronization. Signed-off-by: Tejun Heo Cc: Eric Van Hensbergen Cc: Ron Minnich Cc: Latchesar Ionkov Cc: v9fs-developer@lists.sourceforge.net --- Reading git-diff-tree failed