From: Paul E. McKenney Date: Tue, 15 Jun 2010 00:06:21 +0000 (-0700) Subject: net: convert to rcu_dereference_index_check() X-Git-Tag: v2.6.37-rc1~215^2~14^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d34a16661ed0fed433c9469d7cfa3ca4d30ca42e;p=pandora-kernel.git net: convert to rcu_dereference_index_check() The task_cls_classid() function applies rcu_dereference() to integers, which does not work with the shiny new sparse-based checking in rcu_dereference(). This commit therefore moves to the new RCU API rcu_dereference_index_check(). Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett Acked-by: David S. Miller Acked-by: Herbert Xu --- Reading git-diff-tree failed