From: Bart Van Assche <Bart.VanAssche@sandisk.com>
To: "dm-devel@redhat.com" <dm-devel@redhat.com>,
"agk@redhat.com" <agk@redhat.com>,
Damien Le Moal <Damien.LeMoal@wdc.com>,
"snitzer@redhat.com" <snitzer@redhat.com>
Cc: Bart Van Assche <Bart.VanAssche@sandisk.com>, "hch@lst.de" <hch@lst.de>
Subject: Re: [PATCH 03/10] dm-table: Check block devices zone model compatibility
Date: Sat, 29 Apr 2017 03:15:28 +0000 [thread overview]
Message-ID: <1493435728.2698.2.camel@sandisk.com> (raw)
In-Reply-To: <20170421035558.2657-4-damien.lemoal@wdc.com>
On Fri, 2017-04-21 at 12:55 +0900, damien.lemoal@wdc.com wrote:
> [ ... ]
> +static int validate_hardware_zone_model(struct dm_table *table,
> + struct queue_limits *limits)
> +{
> + [ ... ]
> + unsigned int i = 0;
> + [ ... ]
> + while (i < num_targets) {
> + [ ... ]
> + i++;
> + }
Hello Damien,
A minor comment: maybe it's more appropriate to implement this loop as a
for-loop?
Thanks,
Bart.
next prev parent reply other threads:[~2017-04-29 3:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-21 3:55 [PATCH 00/10] dm: zoned block device support damien.lemoal
2017-04-21 3:55 ` [PATCH 01/10] dm-table: Introduce DM_TARGET_ZONED_HM feature damien.lemoal
2017-04-21 3:55 ` [PATCH 02/10] dm-table: Check device area zone alignment damien.lemoal
2017-04-21 3:55 ` [PATCH 03/10] dm-table: Check block devices zone model compatibility damien.lemoal
2017-04-21 3:55 ` damien.lemoal
2017-04-29 3:15 ` Bart Van Assche [this message]
2017-04-21 3:55 ` [PATCH 04/10] dm: Fix REQ_OP_ZONE_RESET bio handling damien.lemoal
2017-04-21 3:55 ` [PATCH 05/10] dm: Fix REQ_OP_ZONE_REPORT " damien.lemoal
2017-04-21 3:55 ` [PATCH 06/10] dm: Introduce dm_remap_zone_report() damien.lemoal
2017-04-21 3:55 ` [PATCH 07/10] dm-flakey: Add support for zoned block devices damien.lemoal
2017-04-21 3:55 ` [PATCH 08/10] dm-linear: " damien.lemoal
2017-04-21 3:55 ` [PATCH 09/10] dm-kcopyd: Add sequential write feature damien.lemoal
2017-04-21 3:55 ` [PATCH 10/10] dm-zoned: Drive-managed zoned block device target damien.lemoal
2017-04-28 21:14 ` Bart Van Assche
2017-04-24 6:24 ` [PATCH 00/10] dm: zoned block device support Hannes Reinecke
2017-04-24 6:24 ` Hannes Reinecke
2017-04-24 7:52 ` Damien Le Moal
2017-04-27 4:22 ` Damien Le Moal
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=1493435728.2698.2.camel@sandisk.com \
--to=bart.vanassche@sandisk.com \
--cc=Damien.LeMoal@wdc.com \
--cc=agk@redhat.com \
--cc=dm-devel@redhat.com \
--cc=hch@lst.de \
--cc=snitzer@redhat.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.