commit | f729863a8c9693527257e63975f615b53ee7622e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Mar 14 12:45:15 2018 -0700 |
committer | Tejun Heo <tj@kernel.org> | Mon Mar 19 10:12:03 2018 -0700 |
tree | 1ebcd741e6919ed9935c7ed54875623ef8584515 | |
parent | 8f36aaec9c929f2864196b0799203491f6a67dc6 [diff] |
fs/aio: 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>