Re: [PATCH 2/5] target: pscsi: Introduce TYPE_ZBC support

2017-07-06 Thread Nicholas A. Bellinger
On Wed, 2017-06-28 at 14:58 +0900, Damien Le Moal wrote: > TYPE_ZBC host managed zoned block devices are also block devices > despite the non-standard device type (14h). Handle them similarly to > regular TYPE_DISK devices. > > Signed-off-by: Damien Le Moal > --- >

[PATCH 2/5] target: pscsi: Introduce TYPE_ZBC support

2017-06-28 Thread Damien Le Moal
TYPE_ZBC host managed zoned block devices are also block devices despite the non-standard device type (14h). Handle them similarly to regular TYPE_DISK devices. Signed-off-by: Damien Le Moal --- drivers/target/target_core_pscsi.c | 17 +++-- 1 file changed, 11