commit | fd177481b440c3f7b5ee9b821a76b29fdf2a6712 | [log] [tgz] |
---|---|---|
author | Michael Wang <wangyun@linux.vnet.ibm.com> | Thu Oct 11 13:43:21 2012 +1100 |
committer | NeilBrown <neilb@suse.de> | Thu Oct 11 13:43:21 2012 +1100 |
tree | ae05afc6aa944768ff0874237af77d4e35b6c61a | |
parent | af7cf25dd15b74a78bff8ed5dc969b20dae9554d [diff] |
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 <paulmck@linux.vnet.ibm.com> Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com> Signed-off-by: NeilBrown <neilb@suse.de>