Re: [PATCH v3 7/7] blk-zoned: implement ioctls

2016-09-27 Thread Martin K. Petersen
> "Damien" == Damien Le Moal writes: Damien> Adds the new BLKREPORTZONE and BLKRESETZONE ioctls for Damien> respectively obtaining the zone configuration of a zoned block Damien> device and resetting the write pointer of sequential zones of a Damien> zoned block device. Damien> The BLKREPORT

[PATCH v3 7/7] blk-zoned: implement ioctls

2016-09-27 Thread Damien Le Moal
From: Shaun Tancheff Adds the new BLKREPORTZONE and BLKRESETZONE ioctls for respectively obtaining the zone configuration of a zoned block device and resetting the write pointer of sequential zones of a zoned block device. The BLKREPORTZONE ioctl maps directly to a single call of the function bl

Re: [PATCH v3 7/7] blk-zoned: implement ioctls

2016-09-27 Thread Christoph Hellwig
Damien, can you do a repost of the whole series with the header reshuffled included? Except for that and the trivial kcalloc bit the series looks fine to me: Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord

[PATCH v3 7/7] blk-zoned: implement ioctls

2016-09-27 Thread Shaun Tancheff
Adds the new BLKREPORTZONE and BLKRESETZONE ioctls for respectively obtaining the zone configuration of a zoned block device and resetting the write pointer of sequential zones of a zoned block device. The BLKREPORTZONE ioctl maps directly to a single call of the function blkdev_report_zones. The