]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3440dcfe1440d9555a83c5d8a9bbd0a113cef0e5
tree1ebcd741e6919ed9935c7ed54875623ef8584515
parentb857d18dede4c1673a79317c450882a8500585d1
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