[PATCH] md.4: two typos fixed

[PATCH] md.4: two typos fixed

am 22.08.2011 19:24:17 von Bill Allaire

Signed-off-by: Bill Allaire
---
md.4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/md.4 b/md.4
index 36719ba..d97803c 100644
--- a/md.4
+++ b/md.4
@@ -136,7 +136,7 @@ details.
.I md
is able to communicate with the user-space program through various
sysfs attributes so that it can make appropriate changes to the
-metadata \- for example to make a device as faulty. When necessary,
+metadata \- for example to mark a device as faulty. When necessary,
.I md
will wait for the program to acknowledge the event by writing to a
sysfs attribute.
@@ -215,7 +215,7 @@ spindle. In theory, having an N-disk RAID1 will
allow N sequential
threads to read from all disks.

Individual devices in a RAID1 can be marked as "write-mostly".
-This drives are excluded from the normal read balancing and will only
+These drives are excluded from the normal read balancing and will only
be read from when there is no other option. This can be useful for
devices connected over a slow link.

--

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] md.4: two typos fixed

am 23.08.2011 01:15:24 von NeilBrown

On Mon, 22 Aug 2011 13:24:17 -0400 Bill Allaire wrote:

> Signed-off-by: Bill Allaire
> ---
> md.4 | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/md.4 b/md.4
> index 36719ba..d97803c 100644
> --- a/md.4
> +++ b/md.4
> @@ -136,7 +136,7 @@ details.
> .I md
> is able to communicate with the user-space program through various
> sysfs attributes so that it can make appropriate changes to the
> -metadata \- for example to make a device as faulty. When necessary,
> +metadata \- for example to mark a device as faulty. When necessary,
> .I md
> will wait for the program to acknowledge the event by writing to a
> sysfs attribute.
> @@ -215,7 +215,7 @@ spindle. In theory, having an N-disk RAID1 will
> allow N sequential
> threads to read from all disks.
>
> Individual devices in a RAID1 can be marked as "write-mostly".
> -This drives are excluded from the normal read balancing and will only
> +These drives are excluded from the normal read balancing and will only
> be read from when there is no other option. This can be useful for
> devices connected over a slow link.
>

Applied - thanks.

However the patch was corrupted a bit - most of the lines had 2 leading
spaces where they should have had one. It was easy enough to fix it but for
a larger patch it would be a problem.

There is presumably some way to tell Thunderbird to send the text verbatim
and not reformat it, but I have no idea what that way would be...

NeilBrown
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] md.4: two typos fixed

am 23.08.2011 02:06:53 von John Robinson

On 23/08/2011 00:15, NeilBrown wrote:
> On Mon, 22 Aug 2011 13:24:17 -0400 Bill Allaire wrote:
>
>> Signed-off-by: Bill Allaire
>> ---
>> md.4 | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
[...]
> However the patch was corrupted a bit - most of the lines had 2 leading
> spaces where they should have had one. It was easy enough to fix it but for
> a larger patch it would be a problem.
>
> There is presumably some way to tell Thunderbird to send the text verbatim
> and not reformat it, but I have no idea what that way would be...

That'll be format=flowed and its space-stuffing to protect some lines.
I'm not clear why lines which begin with one space need an extra one
added. Anyway.

Yes, Thunderbird can have format=flowed disabled by setting
mailnews.send_plaintext_flowed to false in the config editor, or you can
send really plain text line a patch by attaching it.

Cheers,

John.

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html