]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Ensure start_reshape copes with unexpected state
authorNeilBrown <neilb@suse.de>
Tue, 11 Jan 2011 02:23:16 +0000 (13:23 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 11 Jan 2011 02:23:16 +0000 (13:23 +1100)
commit0f28668b93b94521f8ffafa9aab0c608b7c99081
tree6149a77beee3c8e41de0ece48d4704651dd562a9
parent4867e068e3cc790fe084f0687b5aea70524dfbfb
Ensure start_reshape copes with unexpected state

We want start_reshape to work no matter what the current values
of suspend_lo/suspend_hi are.  So initialise suspend_lo very high
as this allows suspend_hi to be set to anything.

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