From: Michal Hocko Date: Fri, 8 Jul 2011 12:39:41 +0000 (+0200) Subject: rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check X-Git-Tag: v3.1-rc1~245^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8bf4ca9ca9576548628344c9725edd3786e90b1;p=pandora-kernel.git rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check Since ca5ecddf (rcu: define __rcu address space modifier for sparse) rcu_dereference_check use rcu_read_lock_held as a part of condition automatically so callers do not have to do that as well. Signed-off-by: Michal Hocko Acked-by: Paul E. McKenney Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed