commit | 61edeeed917958dce5b43134d6704451ddf421fa | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Feb 01 11:42:43 2011 +0100 |
committer | Tejun Heo <tj@kernel.org> | Tue Feb 01 11:42:43 2011 +0100 |
tree | 2492995f8494c66bd4a164fb717c186061e8620d | |
parent | 83e759043abe9d0291f58f2427ba12bbb0a6e4f1 [diff] |
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 <tj@kernel.org> Cc: Eric Van Hensbergen <ericvh@gmail.com> Cc: Ron Minnich <rminnich@sandia.gov> Cc: Latchesar Ionkov <lucho@ionkov.net> Cc: v9fs-developer@lists.sourceforge.net