]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix open_container
authorNeilBrown <neilb@suse.de>
Thu, 11 Oct 2012 06:15:55 +0000 (17:15 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 18 Oct 2012 04:40:24 +0000 (15:40 +1100)
commit9ff1427837d2691b28f9f02721c32c1af97faa64
tree6403968ded7ddd453903e9b12ec03008d1b7fae2
parent335d2a6ee8611006e0d77b0d4f92e4a096f6cedb
Fix open_container

open_container should open a container which contains the device,
but sometimes it would open another volume which contains the
device.  Be more careful in 'holder' selection.

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