diff options
author | 2019-07-16 18:12:21 -0400 | |
---|---|---|
committer | 2019-08-01 14:17:01 -0700 | |
commit | 9147089bee3a6b504821dd8462e2be229e6dbfae (patch) | |
tree | f5bb78b34fbc5a4a7e2fd5b8e94d1fd4d79a787a /kernel/rcu/tree_plugin.h | |
parent | treewide: Rename rcu_dereference_raw_notrace() to _check() (diff) | |
download | wireguard-linux-9147089bee3a6b504821dd8462e2be229e6dbfae.tar.xz wireguard-linux-9147089bee3a6b504821dd8462e2be229e6dbfae.zip |
rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()
The debug_locks flag can never be true at the end of
rcu_read_lock_sched_held() because it is already checked by the earlier
call todebug_lockdep_rcu_enabled(). This commit therefore removes this
redundant check.
Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'kernel/rcu/tree_plugin.h')
0 files changed, 0 insertions, 0 deletions