md: raid0/linear: ensure device sizes are rounded to chunk size.
NeilBrown authored

This is currently ensured by common code, but it is more reliable to
ensure it where it is needed in personality code.
All the other personalities that care already round the size to
the chunk_size.  raid0 and linear are the only hold-outs.
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
13f2682b