From: Paul E. McKenney Date: Sat, 20 Oct 2012 19:33:37 +0000 (-0700) Subject: rcu: Remove list_for_each_continue_rcu() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb08f76d8419a163b7a4212a0e4ea6bd25acacd1;p=pandora-kernel.git rcu: Remove list_for_each_continue_rcu() The list_for_each_continue_rcu() macro is no longer used, so this commit removes it. The list_for_each_entry_continue_rcu() macro should be used instead. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed