From: Paul E. McKenney Date: Fri, 7 Oct 2011 16:22:05 +0000 (+0200) Subject: rcu: Make srcu_read_lock_held() call common lockdep-enabled function X-Git-Tag: v3.3-rc1~193^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867f236bd12f5091df6dc7cc75f94d7fd982d78a;p=pandora-kernel.git rcu: Make srcu_read_lock_held() call common lockdep-enabled function A common debug_lockdep_rcu_enabled() function is used to check whether RCU lockdep splats should be reported, but srcu_read_lock() does not use it. This commit therefore brings srcu_read_lock_held() up to date. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed