From: Marc Mutz <Marc@Mutz.com>
To: Neil Brown <neilb@cse.unsw.edu.au>
Cc: Jasper Spaans <jasper@spaans.ds9a.nl>,
Linus Torvalds <torvalds@transmeta.com>,
George Garvey <tmwg-linuxknl@inxservices.com>,
linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org,
MOLNAR Ingo <mingo@chiara.elte.hu>
Subject: Re: [PATCH] Re: What is 2.4.0-test10: md1 has overlapping physical unitswith md2!
Date: Mon, 20 Nov 2000 17:15:40 +0000 [thread overview]
Message-ID: <3A195C3C.6539D0CE@Mutz.com> (raw)
In-Reply-To: <20001119033943.C935@inxservices.com> <20001119140809.A21693@spaans.ds9a.nl> <14872.29951.707116.16506@notabene.cse.unsw.edu.au>
Neil Brown wrote:
>
> Linus, Ingo:
>
> the attached patch, modifies a warning message in md.c which seems to
> often cause confusion - the following email includes one example
> there-of (there have been others over the months).
>
> Hopefully the new text is clearer.
>
> (patch against 2.4.0-test11-pre7)
>
There is a 'has' left in the text of the corrected line.
> NeilBrown
>
This patch will has it fixed:
Marc
--- ./drivers/md/md.c 2000/11/20 00:33:08 1.2
+++ ./drivers/md/md.c 2000/11/20 00:44:19 1.3
@@ -3279,7 +3279,7 @@
if (mddev2 == mddev)
continue;
if (mddev2->curr_resync && match_mddev_units(mddev,mddev2)) {
- printk(KERN_INFO "md: serializing resync, md%d has overlapping physical units with md%d!\n", mdidx(mddev), mdidx(mddev2));
+ printk(KERN_INFO "md: serializing resync, md%d shares one or more physical units with md%d!\n", mdidx(mddev), mdidx(mddev2));
serialize = 1;
break;
}
--
Marc Mutz <Marc@Mutz.com> http://EncryptionHOWTO.sourceforge.net/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics
PGP-keyID's: 0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-20 17:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-19 11:39 What is 2.4.0-test10: md1 has overlapping physical units with md2! George Garvey
2000-11-19 12:51 ` Matti Aarnio
2000-11-19 13:08 ` Jasper Spaans
2000-11-20 0:49 ` [PATCH] " Neil Brown
2000-11-20 12:25 ` Ingo Molnar
2000-11-20 17:15 ` Marc Mutz [this message]
2000-11-20 14:41 ` Ruth Ivimey-Cook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A195C3C.6539D0CE@Mutz.com \
--to=marc@mutz.com \
--cc=jasper@spaans.ds9a.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=mingo@chiara.elte.hu \
--cc=neilb@cse.unsw.edu.au \
--cc=tmwg-linuxknl@inxservices.com \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.