commit | 2607d7a6dba1e790aaacb14600ceffa3aa2f43e7 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Mar 09 09:22:28 2015 -0400 |
committer | Tejun Heo <tj@kernel.org> | Mon Mar 09 09:22:28 2015 -0400 |
tree | 612916bb4fcb7a0a58f555815bd712a08ae1fa48 | |
parent | e2dca7adff8f3fae0ab250a6362798550b3c79ee [diff] |
workqueue: keep track of the flushing task and pool manager Add wq_barrier->task and worker_pool->manager to keep track of the flushing task and pool manager respectively. These are purely informational and will be used to implement sysrq dump of workqueues. Signed-off-by: Tejun Heo <tj@kernel.org>