]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
rcu: Remove the declaration of call_rcu() in tree.h
authorLai Jiangshan <jiangshanlai@gmail.com>
Tue, 15 Oct 2019 10:28:46 +0000 (10:28 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 24 Jan 2020 18:33:38 +0000 (10:33 -0800)
commit4778339df0ee361dbf2cbdcb87abaec9dfbc841d
tree0ead5e627081521d6c4240d5f5f1d81650eee6bc
parent2488a5e695564897a0f8ea42cd3af71647cd26d2
rcu: Remove the declaration of call_rcu() in tree.h

The call_rcu() function is an external RCU API that is declared in
include/linux/rcupdate.h.  There is thus no point in redeclaring it
in kernel/rcu/tree.h, so this commit removes that redundant declaration.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree.h