md: merge reconfig and check_reshape methods.
authorNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:47:55 +0000 (08:47 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 17 Jun 2009 22:47:55 +0000 (08:47 +1000)
The difference between these two methods is artificial.
Both check that a pending reshape is valid, and perform any
aspect of it that can be done immediately.
'reconfig' handles chunk size and layout.
'check_reshape' handles raid_disks.

So make them just one method.

Signed-off-by: NeilBrown <neilb@suse.de>

No differences found