From: NeilBrown Date: Thu, 22 May 2014 07:22:47 +0000 (+1000) Subject: DDF: remove "BVD xx is missing". X-Git-Tag: mdadm-3.3.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d430ca81320face2a7753e4969cbda8e559755;p=thirdparty%2Fmdadm.git DDF: remove "BVD xx is missing". This can happen in normal cases during incremental assembly so printing an error message is confusing. Signed-off-by: NeilBrown --- diff --git a/super-ddf.c b/super-ddf.c index 64893e07..8c8e886c 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -3727,7 +3727,7 @@ static int check_secondary(const struct vcl *vc) } for (i = 0; i < conf->sec_elmnt_count; i++) { if (!__was_sec_seen(i)) { - pr_err("BVD %d is missing\n", i); + /* pr_err("BVD %d is missing\n", i); */ return -1; } }