From: Neil Brown Date: Thu, 29 Nov 2007 03:40:01 +0000 (+1100) Subject: A recent patch broke --create --level=faulty - fix it. X-Git-Tag: mdadm-2.6.5~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e43379e5e01c8386e7f68f760e11cbe1e42210;p=thirdparty%2Fmdadm.git A recent patch broke --create --level=faulty - fix it. Thanks to Martin Bene. --- diff --git a/Create.c b/Create.c index 55034716..9cb8b78f 100644 --- a/Create.c +++ b/Create.c @@ -180,6 +180,7 @@ int Create(struct supertype *st, char *mddev, int mdfd, } break; case 1: + case LEVEL_FAULTY: case LEVEL_MULTIPATH: if (chunk) { chunk = 0;