treewide: Rename rcu_dereference_raw_notrace() to _check()
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Thu, 11 Jul 2019 20:45:41 +0000 (16:45 -0400)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 1 Aug 2019 21:16:21 +0000 (14:16 -0700)
commit0a5b99f57873e233ad42ef71e23c629f6ea1fcfe
tree8174c053698eec78eb878e74d947fd8cafa8b126
parent609488bc979f99f805f34e9a32c1e3b71179d10b
treewide: Rename rcu_dereference_raw_notrace() to _check()

The rcu_dereference_raw_notrace() API name is confusing.  It is equivalent
to rcu_dereference_raw() except that it also does sparse pointer checking.

There are only a few users of rcu_dereference_raw_notrace(). This patches
renames all of them to be rcu_dereference_raw_check() with the "_check()"
indicating sparse checking.

Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
[ paulmck: Fix checkpatch warnings about parentheses. ]
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Documentation/RCU/Design/Requirements/Requirements.html
arch/powerpc/include/asm/kvm_book3s_64.h
include/linux/rculist.h
include/linux/rcupdate.h
kernel/trace/ftrace_internal.h
kernel/trace/trace.c