[dm-devel] [PATCH 1/4] block: add zone open, close and finish support

Minwoo Im minwoo.im.dev at gmail.com
Sat Jun 22 06:04:44 UTC 2019


On 19-06-21 15:07:08, Matias Bjørling wrote:
> @@ -226,6 +228,9 @@ int blkdev_reset_zones(struct block_device *bdev,
>  	if (!blk_queue_is_zoned(q))
>  		return -EOPNOTSUPP;
>  
> +	if (!op_is_zone_mgmt_op(op))
> +		return -EOPNOTSUPP;
> +

nitpick: -EINVAL looks better to return as Damien pointed out.

Otherwise it looks good to me:

Reviewed-by: Minwoo Im <minwoo.im.dev at gmail.com>




More information about the dm-devel mailing list