scsi: Move sense handling into the driver
commita6d96eb78bd1f87ab9d6a377f863f99be4b71538
authorHannes Reinecke <hare@suse.de>
Wed, 24 Nov 2010 11:15:59 +0000 (24 12:15 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 25 Nov 2010 11:19:28 +0000 (25 12:19 +0100)
treebaf5e8c3d5ca860b2bf847bf89cdc0b50844399c
parent39d989823f2c177415a22b84b354716a1f734b70
scsi: Move sense handling into the driver

The current sense handling in scsi-bus is only used by the
scsi-disk driver; the scsi-generic driver is using its own.
So we should move the current sense handling into the
scsi-disk driver.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/scsi-bus.c
hw/scsi-disk.c
hw/scsi.h