commit | 50ac168a6e0a061bf5346d53aa9e7beb94c97527 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Jun 18 08:47:55 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Jun 18 08:47:55 2009 +1000 |
tree | 4f1eff67793bd8349a1995c921a63e9512be7818 | |
parent | 597a711b69cfff95c4b8f6069037e7ad3fc71f56 [diff] |
md: merge reconfig and check_reshape methods. 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>