fs/aio: Use rcu_work instead of explicit rcu and work item
authorTejun Heo <tj@kernel.org>
Wed, 14 Mar 2018 19:45:15 +0000 (12:45 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 19 Mar 2018 17:12:03 +0000 (10:12 -0700)
commitf729863a8c9693527257e63975f615b53ee7622e
tree1ebcd741e6919ed9935c7ed54875623ef8584515
parent8f36aaec9c929f2864196b0799203491f6a67dc6
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>
fs/aio.c