commit | 8f36aaec9c929f2864196b0799203491f6a67dc6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Mar 14 12:45:14 2018 -0700 |
committer | Tejun Heo <tj@kernel.org> | Mon Mar 19 10:12:03 2018 -0700 |
tree | 635d3a526ad921ea402b805a675725108e7c24af | |
parent | 05f0fe6b74dbd7690a4cbd61810948b7d575576a [diff] |
cgroup: Use rcu_work instead of explicit rcu and work item Workqueue now has rcu_work. Use it instead of open-coding rcu -> work item bouncing. Signed-off-by: Tejun Heo <tj@kernel.org>