]> git.karo-electronics.de Git - karo-tx-linux.git/commit
raid: replace list_for_each_continue_rcu with new interface
authorMichael Wang <wangyun@linux.vnet.ibm.com>
Mon, 24 Sep 2012 06:41:30 +0000 (16:41 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 24 Sep 2012 06:41:30 +0000 (16:41 +1000)
commit94215bb25dba2fea9c41d29300dfa64149154e02
tree8c8f12b42dd3af83ffc2cd8dc6d2a78de3cfc867
parent9d08edf92ca4752e8035fccbb8f728d37c8a16b9
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>
drivers/md/bitmap.c