diff options
author | Tejun Heo <tj@kernel.org> | 2011-02-01 11:42:43 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2011-02-01 11:42:43 +0100 |
commit | aa70c585b15f64da6948bdacc7a7692addd65364 (patch) | |
tree | 8ba61c488f8f51e78fdcae273b17e5cbe8c0ae7c /arch | |
parent | 61edeeed917958dce5b43134d6704451ddf421fa (diff) | |
download | op-kernel-dev-aa70c585b15f64da6948bdacc7a7692addd65364.zip op-kernel-dev-aa70c585b15f64da6948bdacc7a7692addd65364.tar.gz |
net/9p: replace p9_poll_task with a work
Now that cmwq can handle high concurrency, it's more efficient to use
work than a dedicated kthread. Convert p9_poll_proc() to a work
function for p9_poll_work and make p9_pollwake() schedule it on each
poll event. The work is sync flushed on module exit.
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
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions