From: Michael Wang Date: Thu, 11 Oct 2012 02:43:21 +0000 (+1100) Subject: raid: replace list_for_each_continue_rcu with new interface X-Git-Tag: v3.7-rc1~10^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd177481b440c3f7b5ee9b821a76b29fdf2a6712;p=pandora-kernel.git raid: replace list_for_each_continue_rcu with new interface This patch replaces list_for_each_continue_rcu() with list_for_each_entry_continue_rcu() to save a few lines of code and allow removing list_for_each_continue_rcu(). Reviewed-by: Paul E. McKenney Signed-off-by: Michael Wang Signed-off-by: NeilBrown --- Reading git-diff-tree failed