]> git.pld-linux.org Git - packages/mdadm.git/blame - mdadm-degraded.patch
- updated to 1.10.0
[packages/mdadm.git] / mdadm-degraded.patch
CommitLineData
c8769366 1--- mdadm-1.6.0/Assemble.c.orig Fri Jun 4 08:18:28 2004
2+++ mdadm-1.6.0/Assemble.c Tue Jul 13 10:33:52 2004
3@@ -253,14 +253,14 @@
4 */
5
6 if (!havesuper) {
7- fprintf(stderr, Name ": %s has no superblock - assembly aborted\n",
8+ fprintf(stderr, Name ": %s has no superblock - device ignored\n",
9 devname);
10- return 1;
11+ continue;
12 }
13 if (compare_super(&first_super, &super)) {
14- fprintf(stderr, Name ": superblock on %s doesn't match others - assembly aborted\n",
15+ fprintf(stderr, Name ": superblock on %s doesn't match others - device ignored\n",
16 devname);
17- return 1;
18+ continue;
19 }
20
21
This page took 0.027159 seconds and 4 git commands to generate.