1ATA_SCSI_HOTPLUG(9) libata SCSI translation/emulat ATA_SCSI_HOTPLUG(9)
2
3
4
6 ata_scsi_hotplug - SCSI part of hotplug
7
9 void ata_scsi_hotplug(struct work_struct * work);
10
12 work
13 Pointer to ATA port to perform SCSI hotplug on
14
16 Perform SCSI part of hotplug. It´s executed from a separate workqueue
17 after EH completes. This is necessary because SCSI hot plugging
18 requires working EH and hot unplugging is synchronized with hot
19 plugging with a mutex.
20
22 Kernel thread context (may sleep).
23
25 Jeff Garzik
26 Author.
27
29Kernel Hackers Manual 2.6. June 2019 ATA_SCSI_HOTPLUG(9)