]> git.ipfire.org Git - thirdparty/mdadm.git/commit - config.c
conf: allow multiple arrays to be <ignore>d
authorNeilBrown <neilb@suse.de>
Thu, 22 Nov 2012 05:28:00 +0000 (16:28 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 22 Nov 2012 05:28:00 +0000 (16:28 +1100)
commit13f2dd6be5618ff556f9a364903e4b95558115e1
tree66bdec225028bd10b79f8cefd15d40cc6ab796a4
parent639c3c103a380a63457583cbbbaacf5aa37f7802
conf: allow multiple arrays to be <ignore>d

We currently complain if mdadm.conf contains multiple
definitions for the same name.  Unfortunately this stops
multiple arrays  from being <ignored>d.

So exclude "<ignore>" from the duplicate-names test.

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: NeilBrown <neilb@suse.de>
config.c