Initiate scsi_rescan_device
void ata_scsi_dev_rescan(struct work_struct * work);
work
Pointer to ATA port to perform scsi_rescan_device
After ATA pass thru (SAT) commands are executed successfully, libata need to propagate the changes to SCSI layer.
Kernel thread context (may sleep).
Jeff Garzik
Author.