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

From: Minwoo Im
Date: Sat Jun 22 2019 - 02:04:55 EST


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@xxxxxxxxx>