]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Assemble: Fix critical-section-recovery when assembling a growing array.
authorNeilBrown <neilb@suse.de>
Wed, 31 Oct 2012 06:02:49 +0000 (17:02 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 20 Nov 2012 01:08:36 +0000 (12:08 +1100)
commit5e9fd96f213e79c8d8996bfbe90488a2f09e4d19
treecab42018e215f021fd801d9dfd5c5f50ed256647
parent75a410f6226d1e3ef441bbb8cd4f198d5de5cf5b
Assemble: Fix critical-section-recovery when assembling a growing array.

commit aacb2f816afbddf56c406039b8e2e6c0dbc8a8a0
    Assemble: add support for replacement devices.

broke the restoring of the 'critical section' because it messed up the
list of file descriptors passed to Grow_restart.  Put it back the way
it should be.

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