From fd177481b440c3f7b5ee9b821a76b29fdf2a6712 Mon Sep 17 00:00:00 2001 From: Michael Wang Date: Thu, 11 Oct 2012 13:43:21 +1100 Subject: [PATCH] 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-format-patch failed