commit | e62e3f620ba8d437f4998441fc11cf3dc9d466d1 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Sep 14 12:23:01 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 06 11:16:31 2015 -0700 |
tree | 9d4b33a41ce4511a68eb3cf824103aec8cad8704 | |
parent | 8db70b132dd57696cfc7560203a72e90c51bfdda [diff] |
rcu: Remove deprecated rcu_lockdep_assert() The old rcu_lockdep_assert() was retained to ease handling of incoming patches, but any use will result in deprecated warnings. However, its replacement, RCU_LOCKDEP_WARN(), is now upstream. It is therefore time to remove rcu_lockdep_assert(), which this commit does. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>