]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: fix crash when restarting an array.
authorNeilBrown <neilb@suse.de>
Thu, 27 Jun 2013 03:10:44 +0000 (13:10 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 27 Jun 2013 03:10:44 +0000 (13:10 +1000)
commitdfa4d769f0bd3b8a603636afec2a4f7c5173b0a8
tree31407a67f5d669979750d9278b134fad0c6b6069
parent6a23fb9d0d21e8fc7cb37f60e988c73ff31458e0
Grow: fix crash when restarting an array.

After the 'started' label it is assumed that 'sra' is set, so better
set it when jumping there.

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