]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Assemble: split out load_devices() functionality.
authorNeilBrown <neilb@suse.de>
Thu, 18 Oct 2012 05:39:49 +0000 (16:39 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 18 Oct 2012 05:39:49 +0000 (16:39 +1100)
commit2c355c225e6d2238e9fe701af0b10e6fbca44474
treec8758ed2aee4655b70ba0a28e691c75fd1549182
parent95425a89fc31ea0e98f536ef0b8616a0ec317af2
Assemble: split out load_devices() functionality.

Once we have found the devices we want, we need to load the
metadata from them and store it.  This new function extracts that
functionality out of Assemble()

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