]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
assemble: combine the two create_mddev calls in to one.
authorNeilBrown <neilb@suse.de>
Mon, 3 Nov 2008 23:35:42 +0000 (10:35 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 3 Nov 2008 23:35:42 +0000 (10:35 +1100)
commitc30e53693e238d3b14113f5061c103b34f7a93c4
treee280814f006cce6d32a5db8f1aefeaa7336c62a6
parentd9b420a5cdd6c10ee42dfeea3026740fa787b050
assemble:  combine the two create_mddev calls in to one.

This delays the create_mddev call even further in the case where
an array device name is given for --assemble.  It is now delayed
until the 'name' of the array is also available.
Assemble.c