Skip to content
Commit 34817e8c authored by NeilBrown's avatar NeilBrown
Browse files

md: make sure new_level, new_chunksize, new_layout always have sensible values.



When an md array is undergoing a change, we have new_* fields that
show the new values.
When no change is happening, it is least confusing if these have
the same value as the normal fields.
This is true in most cases, but not when the values are set via sysfs.

So fix this up.

A subsequent patch will BUG_ON if these things aren't consistent.


Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 67cc2b81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment