md: remove unnecessary arguments from ->reconfig method.
authorNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:47:42 +0000 (08:47 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:47:42 +0000 (08:47 +1000)
commit597a711b69cfff95c4b8f6069037e7ad3fc71f56
tree8c2cfa4c1223827a560de2f14da426d4822151c4
parent01ee22b496c41384eaa6dcae983c86d8bc32fbb8
md: remove unnecessary arguments from ->reconfig method.

Passing the new layout and chunksize as args is not necessary as
the mddev has fields for new_check and new_layout.

This is preparation for combining the check_reshape and reconfig
methods

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/faulty.c
drivers/md/md.c
drivers/md/md.h
drivers/md/raid5.c