1. NAME

ata_scsi_hotplug - SCSI part of hotplug

2. SYNOPSIS

void ata_scsi_hotplug(struct work_struct *  work );

3. ARGUMENTS

work
    Pointer to ATA port to perform SCSI hotplug on

4. DESCRIPTION

Perform SCSI part of hotplug. ItAqs executed from a separate workqueue after EH completes. This is necessary because SCSI hot plugging requires working EH and hot unplugging is synchronized with hot plugging with a mutex.

5. LOCKING

Kernel thread context (may sleep).

6. AUTHOR

Jeff Garzik
    Author.

7. COPYRIGHT