From: NeilBrown <neilb@suse.de>
To: majianpeng <majianpeng@gmail.com>
Cc: linux-raid <linux-raid@vger.kernel.org>
Subject: Re: md/raid1:remove unnecessary set_bit(MD_RECOVERY_INTR,&mddev->recovery).
Date: Mon, 2 Apr 2012 11:08:17 +1000 [thread overview]
Message-ID: <20120402110817.461a4691@notabene.brown> (raw)
In-Reply-To: <201203282004424064858@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1522 bytes --]
On Wed, 28 Mar 2012 20:04:46 +0800 "majianpeng" <majianpeng@gmail.com> wrote:
> >From 641d71c2c1acc15536c621e2aa9806fe42b9cb8a Mon Sep 17 00:00:00 2001
> From: majianpeng <majianpeng@gmail.com>
> Date: Wed, 28 Mar 2012 20:02:05 +0800
> Subject: [PATCH] md/raid1:remove unnecessary set_bit(MD_RECOVERY_INTR,&mddev->recovery).
>
>
> Signed-off-by: majianpeng <majianpeng@gmail.com>
> ---
> drivers/md/raid1.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c
> index 4a40a20..81083f2 100644
> --- a/drivers/md/raid1.c
> +++ b/drivers/md/raid1.c
> @@ -1649,7 +1649,6 @@ static int fix_sync_read_error(struct r1bio *r1_bio)
> if (abort) {
> conf->recovery_disabled =
> mddev->recovery_disabled;
> - set_bit(MD_RECOVERY_INTR, &mddev->recovery);
> md_done_sync(mddev, r1_bio->sectors, 0);
> put_buf(r1_bio);
> return 0;
This one is unnecessary because md_done_sync set it for us,
> @@ -2403,7 +2402,6 @@ static sector_t sync_request(struct mddev *mddev, sector_t sector_nr, int *skipp
> * fail the really bad ones ???
> */
> conf->recovery_disabled = mddev->recovery_disabled;
> - set_bit(MD_RECOVERY_INTR, &mddev->recovery);
> return 0;
> } else
> return min_bad;
But why is this one unnecessary? This is why including and explanation at
the top of the patch helps.
Not applied - but I will if you explain why it is needed.
Thanks,
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
prev parent reply other threads:[~2012-04-02 1:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-28 12:04 md/raid1:remove unnecessary set_bit(MD_RECOVERY_INTR,&mddev->recovery) majianpeng
2012-04-02 1:08 ` NeilBrown [this message]
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=20120402110817.461a4691@notabene.brown \
--to=neilb@suse.de \
--cc=linux-raid@vger.kernel.org \
--cc=majianpeng@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).