]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: round max_progress to old chunk size too.
authorNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 06:04:37 +0000 (17:04 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 31 Jan 2011 06:04:37 +0000 (17:04 +1100)
commit7f913e9b21cba3e522283b7f23d09fcddc37c218
treebaff5fc27cfa1114fe9ba59b970ceee7c408b8b9
parent0d711ba4d3b7fc72f6d02e3d452beb117379040b
Grow: round max_progress to old chunk size too.

kernel requires sync_max to be a multiple of the current
chunk size.  This is not really 'correct', but we need to work
with it.  So round down.

Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c