Skip to content
Commit 50c37b13 authored by NeilBrown's avatar NeilBrown
Browse files

md: don't require sync_min to be a multiple of chunk_size.



There is really no need for sync_min to be a multiple of
chunk_size, and values read from here often aren't.
That means you cannot read a value and expect to be able
to write it back later.

So remove the chunk_size check, and round down to a multiple
of 4K, to be sure everything works with 4K-sector devices.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent d51e4fe6
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