]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Incrmental: cope with udev slowness and errors in map file.
authorNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 10:01:56 +0000 (21:01 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 10:01:56 +0000 (21:01 +1100)
commitffb3e4945d247663fb49ebcead96c3c134833a86
tree843188223738829b6d035a878db9d889e63ee662
parent678a4a36b07b2b526e6de41149673e4475ad7d9f
Incrmental: cope with udev slowness and errors in map file.

If udev hasn't created the array yet, we might still want to
open it.  So open directly by major:minor.

Also, of array in map file doesn't appear to exist, do use
the name associated with it.

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