Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/device_cgroup: Fix RCU_LOCKDEP_WARN() condition
f78f5b9 ("rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()") introduced a bug by incorrectly inverting the condition when moving from rcu_lockdep_assert() to RCU_LOCKDEP_WARN(). This commit therefore fixes the inversion. Reported-by: Felipe Balbi <[email protected]> Reported-by: Tejun Heo <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Acked-by: Serge Hallyn <[email protected]> Tested-by: Josh Boyer <[email protected]>
- Loading branch information