]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
Delay creation of array devices for assemble/build/create
authorNeilBrown <neilb@suse.de>
Mon, 3 Nov 2008 23:35:37 +0000 (10:35 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 3 Nov 2008 23:35:37 +0000 (10:35 +1100)
commit7f91af49ad09adc1b93346f7ad654e25534f35b7
tree1b98d19f9382cf17ac7df5db4f07ea8ea48bda8a
parentadf0493cba2355fc3714e6ab265f2b6b7de894d8
Delay creation of array devices for assemble/build/create

We will shortly be feeding more information into the process of
creating array devices, so delay the creation.  Still open them
early if the device already exists.

This involves making sure the autof flag is in the right place
so that it can be found at creation time.

Also, Assemble, Build, and Create now always close 'mdfd'.

Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c
Build.c
Create.c
mdadm.c
mdadm.h
mdassemble.c