Re: [PATCH v12 02/13] block:rearrange bdev_{is_zoned,zone_sectors,get_queue} helpers in blkdev.h

From: Bart Van Assche
Date: Thu Aug 25 2022 - 17:47:24 EST


On 8/23/22 05:18, Pankaj Raghav wrote:
Define bdev_is_zoned(), bdev_zone_sectors() and bdev_get_queue() earlier
in the blkdev.h include file. Simplify bdev_is_zoned() by removing the
superfluous NULL check for request queue while we are at it.

This commit has no functional change, and it is a prep patch for allowing
zoned devices with non-power-of-2 zone sizes in the block layer.

It seems like a space is missing in the patch subject after the colon? Anyway:

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>