]> git.pld-linux.org Git - packages/mdadm.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Nov 2008 16:25:08 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mdadm-assemble-fix2.patch -> 1.2

mdadm-assemble-fix2.patch [deleted file]

diff --git a/mdadm-assemble-fix2.patch b/mdadm-assemble-fix2.patch
deleted file mode 100644 (file)
index 6668e3a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Chris Webb <chris@arachsys.com>
-Date: Thu, 19 Jun 2008 06:30:39 +0000 (+1000)
-Subject: Fix bug in forced assemble.
-X-Git-Url: http://neil.brown.name/git?p=mdadm;a=commitdiff_plain;h=60b435db5a7b085ad1204168879037bf14ebd6d1
-
-Fix bug in forced assemble.
-
-From: Chris Webb <chris@arachsys.com>
-
-We are loading into the already-loaded 'st' instead of the
-newly create 'tst', which is clearly wrong.
----
-
-diff --git a/Assemble.c b/Assemble.c
-index 36b2304..79f0912 100644
---- a/Assemble.c
-+++ b/Assemble.c
-@@ -656,7 +656,7 @@ int Assemble(struct supertype *st, char *mddev, int mdfd,
-                       continue;
-               }
-               tst = dup_super(st);
--              if (tst->ss->load_super(st,fd, NULL)) {
-+              if (tst->ss->load_super(tst,fd, NULL)) {
-                       close(fd);
-                       fprintf(stderr, Name ": RAID superblock disappeared from %s - not updating.\n",
-                               devices[chosen_drive].devname);
This page took 0.099355 seconds and 4 git commands to generate.