rcu: Remove redundant debug_locks check in rcu_read_lock_sched_held()
authorJoel Fernandes (Google) <joel@joelfernandes.org>
Tue, 16 Jul 2019 22:12:21 +0000 (18:12 -0400)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 1 Aug 2019 21:17:01 +0000 (14:17 -0700)
commit9147089bee3a6b504821dd8462e2be229e6dbfae
treef5bb78b34fbc5a4a7e2fd5b8e94d1fd4d79a787a
parent0a5b99f57873e233ad42ef71e23c629f6ea1fcfe
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>
kernel/rcu/update.c