srcu: Unconditionally embed struct lockdep_map
authorFrederic Weisbecker <frederic@kernel.org>
Thu, 8 Apr 2021 22:38:58 +0000 (00:38 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:03:35 +0000 (16:03 -0700)
commit7bf0a6141ab9c1d113bd85d6d13d43903a4278ba
treef714b4abaac723096222c51e2f40fd1e0a0a2cc7
parentc75e9d29159b94904d10b23ad6aebdf869b61106
srcu: Unconditionally embed struct lockdep_map

Since struct lockdep_map has zero size when CONFIG_DEBUG_LOCK_ALLOC=n,
this commit removes the #ifdef from the srcu_struct structure's ->dep_map.
This change will simplify further manipulations of this field.

Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Cc: Uladzislau Rezki <urezki@gmail.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Cc: Neeraj Upadhyay <neeraju@codeaurora.org>
Cc: Josh Triplett <josh@joshtriplett.org>
Cc: Joel Fernandes <joel@joelfernandes.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
include/linux/srcutree.h