Name
ata_scsi_remove_dev —
remove attached SCSI device
Synopsis
void ata_scsi_remove_dev
(struct ata_device * dev);
Arguments
- dev
ATA device to remove attached SCSI device for
Description
This function is called from ata_eh_scsi_hotplug and
responsible for removing the SCSI device attached to dev.
LOCKING
Kernel thread context (may sleep).