commit | 5cac6bcb9312a18a5091976fc374b4c7b9c4ae2e | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Fri Jul 17 12:17:50 2015 +1000 |
committer | NeilBrown <neilb@suse.com> | Mon Aug 31 19:32:25 2015 +0200 |
tree | 5d6690c3656baf707764189d8f5f2fc3df6a7154 | |
parent | 02ec50265b16493e4a62228727e9f774068123d2 [diff] |
md/raid5: always set conf->prev_chunk_sectors and ->prev_algo These aren't really needed when no reshape is happening, but it is safer to have them always set to a meaningful value. The next patch will use ->prev_chunk_sectors without checking if a reshape is happening (because that makes the code simpler), and this patch makes that safe. Signed-off-by: NeilBrown <neilb@suse.com>