Re: [PATCH 3/5] sd: Implement support for ZBC devices

2016-08-12 Thread Shaun Tancheff
On Tue, Jul 19, 2016 at 8:25 AM, Hannes Reinecke wrote: > Implement ZBC support functions to read in the zone information > and setup the zone tree. > > Signed-off-by: Hannes Reinecke > --- > drivers/scsi/Kconfig | 8 + > drivers/scsi/Makefile | 1 + >

Re: [PATCH 3/5] sd: Implement support for ZBC devices

2016-07-19 Thread Damien Le Moal
On 7/19/16 22:25, Hannes Reinecke wrote: Implement ZBC support functions to read in the zone information and setup the zone tree. Signed-off-by: Hannes Reinecke --- drivers/scsi/Kconfig | 8 + drivers/scsi/Makefile | 1 + drivers/scsi/sd.c | 129 ++--

[PATCH 3/5] sd: Implement support for ZBC devices

2016-07-19 Thread Hannes Reinecke
Implement ZBC support functions to read in the zone information and setup the zone tree. Signed-off-by: Hannes Reinecke --- drivers/scsi/Kconfig | 8 + drivers/scsi/Makefile | 1 + drivers/scsi/sd.c | 129 ++-- drivers/scsi/sd.h | 54 +