]> 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)
commitfe27bda59f6ddedf47b754d4edbc0cfa55153189
tree1ebcd741e6919ed9935c7ed54875623ef8584515
parentf127976d4958f6d18205ba7749b4b6aa609d282a
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