diff options
author | NeilBrown <neilb@suse.de> | 2009-03-31 14:39:38 +1100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-03-31 14:39:38 +1100 |
commit | b5663ba405fe3e51176ddb6c91a5e186590c26b5 (patch) | |
tree | 5eb8f009b97a02a90cf23db012588971c2f9aa0d /samples | |
parent | dd8ac336c13fd8afdb082ebacb1cddd5cf727889 (diff) | |
download | blackbird-op-linux-b5663ba405fe3e51176ddb6c91a5e186590c26b5.tar.gz blackbird-op-linux-b5663ba405fe3e51176ddb6c91a5e186590c26b5.zip |
md/raid5: simplify interface for init_stripe and get_active_stripe
Rather than passing 'pd_idx' and 'disks' to these functions, just pass
'previous' which tells whether to use the 'previous' or 'current'
geometry during a reshape, and let init_stripe calculate
disks and pd_idx and anything else it might need.
This is not a substantial simplification and even adds a division.
However we will shortly be adding more complexity to init_stripe
to handle more interesting 'reshape' activities, and without this
change, the interface to these functions would get very complex.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions