From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Oct 2018 10:23:51 +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 07/11] block: Introduce BLKGETNRZONES ioctl Message-ID: <20181012082351.GB30248@lst.de> References: <20181012023012.29923-1-damien.lemoal@wdc.com> <20181012023012.29923-8-damien.lemoal@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20181012023012.29923-8-damien.lemoal@wdc.com> List-ID: On Fri, Oct 12, 2018 at 11:30:08AM +0900, Damien Le Moal wrote: > Get a zoned block device total number of zones. The device can be a > partition of the whole device. The number of zones is always 0 for > regular block devices. > > Signed-off-by: Damien Le Moal Looks good, Reviewed-by: Christoph Hellwig