[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3dd40197-776d-9003-3c8f-1791587ade0b@acm.org>
Date: Wed, 3 Aug 2022 10:18:41 -0700
From: Bart Van Assche <bvanassche@....org>
To: Pankaj Raghav <p.raghav@...sung.com>, Johannes.Thumshirn@....com,
snitzer@...nel.org, axboe@...nel.dk,
damien.lemoal@...nsource.wdc.com, agk@...hat.com, hch@....de
Cc: pankydev8@...il.com, gost.dev@...sung.com,
linux-kernel@...r.kernel.org, linux-nvme@...ts.infradead.org,
linux-block@...r.kernel.org, dm-devel@...hat.com,
jaegeuk@...nel.org, matias.bjorling@....com,
Luis Chamberlain <mcgrof@...nel.org>
Subject: Re: [dm-devel] [PATCH v9 03/13] block: allow blk-zoned devices to
have non-power-of-2 zone size
On 8/3/22 02:47, Pankaj Raghav wrote:
> + if (!is_power_of_2(zone->len) && zone->capacity < zone->len) {
> + pr_err("%s: Invalid zone capacity: %lld with non power-of-2 zone size: %lld",
> + disk->disk_name, zone->capacity, zone->len);
If this patch series needs to be reposted, please leave out the second
and third colon (:) from the above error message. Once this comment has
been addressed, feel free to add:
Reviewed-by: Bart Van Assche <bvanassche@....org>
Powered by blists - more mailing lists