raid: replace list_for_each_continue_rcu with new interface
authorMichael Wang <wangyun@linux.vnet.ibm.com>
Thu, 11 Oct 2012 02:43:21 +0000 (13:43 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 11 Oct 2012 02:43:21 +0000 (13:43 +1100)
commitfd177481b440c3f7b5ee9b821a76b29fdf2a6712
treeae05afc6aa944768ff0874237af77d4e35b6c61a
parentaf7cf25dd15b74a78bff8ed5dc969b20dae9554d
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
This page took 0.024513 seconds and 5 git commands to generate.