From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Oct 2018 10:23:22 +0200 From: Christoph Hellwig To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , linux-scsi@vger.kernel.org, "Martin K . Petersen" , dm-devel@redhat.com, Mike Snitzer , Christoph Hellwig , Matias Bjorling Subject: Re: [PATCH v3 06/11] block: Introduce BLKGETZONESZ ioctl Message-ID: <20181012082322.GA30248@lst.de> References: <20181012023012.29923-1-damien.lemoal@wdc.com> <20181012023012.29923-7-damien.lemoal@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20181012023012.29923-7-damien.lemoal@wdc.com> List-ID: On Fri, Oct 12, 2018 at 11:30:07AM +0900, Damien Le Moal wrote: > Get a zoned block device zone size in number of 512 B sectors. > The zone size is always 0 for regular block devices. > > Signed-off-by: Damien Le Moal Looks good, Reviewed-by: Christoph Hellwig