]> 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>
Thu, 27 Sep 2012 02:37:27 +0000 (12:37 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 27 Sep 2012 02:37:27 +0000 (12:37 +1000)
commit8abb18cbd4eb2330592b62c900a1708f99568d3f
tree6bb5e4aa52179eab4c3858b6669c64cdd7bb2698
parenta824f94d7f15cb68e5bf01b738aeb5b849c29e1e
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