]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi: sd: Ignore zoned field for host-managed devices
authorDamien Le Moal <damien.lemoal@wdc.com>
Thu, 12 Jan 2017 06:25:11 +0000 (15:25 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 17 Jan 2017 19:06:22 +0000 (14:06 -0500)
commit68af412c7713b55c01ffc4312320abd10ca70e77
tree95e1d382c0115be6c7ccfdbbcabd0182f2f2aa69
parent26f2819772af891dee2843e1f8662c58e5129d5f
scsi: sd: Ignore zoned field for host-managed devices

There is no good match of the zoned field of the block device
characteristics page for host-managed devices. For these devices, the
zoning model is derived directly from the device type. So ignore the
zoned field for these drives.

[mkp: typo]

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c