]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Assemble: fix call to wait_for
authorNeilBrown <neilb@suse.de>
Wed, 31 Oct 2012 23:50:13 +0000 (10:50 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 20 Nov 2012 01:08:56 +0000 (12:08 +1100)
commitb20c8a502ddf846adf5258a646b6c9340778ab8e
treebea6963663259c31d6c13d3648a2f8d59ca3a933
parentd5a221a5254846d6149eb6365cdd8b4c4d60e71e
Assemble: fix call to wait_for

Recent patch closed 'mdfd' before calling wait_for, which means
it doesn't work.

Put the close back in the right place.

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