summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Incremental.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Incremental.c b/Incremental.c
index 68080957..d082e61d 100644
--- a/Incremental.c
+++ b/Incremental.c
@@ -1534,7 +1534,7 @@ static int Incremental_container(struct supertype *st, char *devname,
pr_err("array %s/%s is "
"explicitly ignored by mdadm.conf\n",
match->container, match->member);
- return 2;
+ continue;
}
if (match)
trustworthy = LOCAL;