All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guoqing Jiang <gqjiang@suse.com>
To: Lidong Zhong <lzhong@suse.com>, linux-raid@vger.kernel.org
Subject: Re: [PATCH] md/raid1/10: remove unused queue
Date: Fri, 21 Apr 2017 15:45:33 +0800	[thread overview]
Message-ID: <58F9B89D.8030802@suse.com> (raw)
In-Reply-To: <20170421072138.1117-1-lzhong@suse.com>



On 04/21/2017 03:21 PM, Lidong Zhong wrote:
> From: Lidong Zhong <lidong.zhong@suse.com>
>
> A queue is declared and get from the disk of the array, but it's not
> used anywhere. So removing it from the source.

Acted-by: Guoqing Jiang <gqjiang@suse.com>

Thanks,
Guoqing

> Signed-off-by: Lidong Zhong <lzhong@suse.com>
> ---
>   drivers/md/raid1.c  | 3 ---
>   drivers/md/raid10.c | 2 --
>   2 files changed, 5 deletions(-)
>
> diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c
> index a34f58772022..559f848794a6 100644
> --- a/drivers/md/raid1.c
> +++ b/drivers/md/raid1.c
> @@ -3064,7 +3064,6 @@ static struct r1conf *setup_conf(struct mddev *mddev)
>   	err = -EINVAL;
>   	spin_lock_init(&conf->device_lock);
>   	rdev_for_each(rdev, mddev) {
> -		struct request_queue *q;
>   		int disk_idx = rdev->raid_disk;
>   		if (disk_idx >= mddev->raid_disks
>   		    || disk_idx < 0)
> @@ -3077,8 +3076,6 @@ static struct r1conf *setup_conf(struct mddev *mddev)
>   		if (disk->rdev)
>   			goto abort;
>   		disk->rdev = rdev;
> -		q = bdev_get_queue(rdev->bdev);
> -
>   		disk->head_position = 0;
>   		disk->seq_start = MaxSector;
>   	}
> diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c
> index e89a8d78a9ed..5c629f289216 100644
> --- a/drivers/md/raid10.c
> +++ b/drivers/md/raid10.c
> @@ -3759,7 +3759,6 @@ static int raid10_run(struct mddev *mddev)
>   
>   	rdev_for_each(rdev, mddev) {
>   		long long diff;
> -		struct request_queue *q;
>   
>   		disk_idx = rdev->raid_disk;
>   		if (disk_idx < 0)
> @@ -3778,7 +3777,6 @@ static int raid10_run(struct mddev *mddev)
>   				goto out_free_conf;
>   			disk->rdev = rdev;
>   		}
> -		q = bdev_get_queue(rdev->bdev);
>   		diff = (rdev->new_data_offset - rdev->data_offset);
>   		if (!mddev->reshape_backwards)
>   			diff = -diff;


      reply	other threads:[~2017-04-21  7:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21  7:21 [PATCH] md/raid1/10: remove unused queue Lidong Zhong
2017-04-21  7:45 ` Guoqing Jiang [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=58F9B89D.8030802@suse.com \
    --to=gqjiang@suse.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=lzhong@suse.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.