summaryrefslogtreecommitdiff
path: root/drivers/md/raid10.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2015-03-23 06:36:38 (GMT)
committerNeilBrown <neilb@suse.de>2015-04-21 22:00:40 (GMT)
commit50c37b136a3807eda44afe16529b5af701ec49f5 (patch)
tree2248b7342bdd5c1ceb5c1a991e04ab3c30149cd4 /drivers/md/raid10.c
parentd51e4fe6d68098d4361a6b6d41d8da727b1f1af4 (diff)
downloadlinux-50c37b136a3807eda44afe16529b5af701ec49f5.tar.xz
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: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/raid10.c')
0 files changed, 0 insertions, 0 deletions