Re: [PATCH v3 5/7] block: Implement support for zoned block devices

2016-09-27 Thread Martin K. Petersen
> "Damien" == Damien Le Moal writes: Damien> Thanks for all the comments. Should I send a fixed-up series or Damien> just send correction patches later ? Please repost with the requested changes in place. Thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from t

Re: [PATCH v3 5/7] block: Implement support for zoned block devices

2016-09-27 Thread Damien Le Moal
Martin, On 9/28/16 12:54, Martin K. Petersen wrote: >> "Damien" == Damien Le Moal writes: > > Purely cosmetic: Looks like whitespace is a bit funky (spaces instead of > tabs several places). Also a few typos. > > + * blkdev_report_zones - Get zones information > + * @bdev:Target block

Re: [PATCH v3 5/7] block: Implement support for zoned block devices

2016-09-27 Thread Martin K. Petersen
> "Damien" == Damien Le Moal writes: Purely cosmetic: Looks like whitespace is a bit funky (spaces instead of tabs several places). Also a few typos. + * blkdev_report_zones - Get zones information + * @bdev: Target block device + * @sector:Sector from which to report zones + * @zon

[PATCH v3 5/7] block: Implement support for zoned block devices

2016-09-27 Thread Damien Le Moal
From: Hannes Reinecke Implement zoned block device zone information reporting and reset. Zone information are reported as struct blk_zone. This implementation does not differentiate between host-aware and host-managed device models and is valid for both. Two functions are provided: blkdev_report_

[PATCH v3 5/7] block: Implement support for zoned block devices

2016-09-27 Thread Shaun Tancheff
From: Hannes Reinecke Implement zoned block device zone information reporting and reset. Zone information are reported as struct blk_zone. This implementation does not differentiate between host-aware and host-managed device models and is valid for both. Two functions are provided: blkdev_report_