From: Arnd Bergmann Date: Thu, 25 Feb 2010 15:55:13 +0000 (+0100) Subject: rculist: avoid __rcu annotations X-Git-Tag: v2.6.37-rc1~215^2~14^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67bdbffd696f29a0b68aa8daa285783a06651583;p=pandora-kernel.git rculist: avoid __rcu annotations This avoids warnings from missing __rcu annotations in the rculist implementation, making it possible to use the same lists in both RCU and non-RCU cases. We can add rculist annotations later, together with lockdep support for rculist, which is missing as well, but that may involve changing all the users. Signed-off-by: Arnd Bergmann Signed-off-by: Paul E. McKenney Cc: Pavel Emelyanov Cc: Sukadev Bhattiprolu Reviewed-by: Josh Triplett --- Reading git-diff-tree failed