Rechercher une page de manuel
ata_scsi_dev_rescan
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
ata_scsi_dev_rescan - initiate scsi_rescan_deviceSYNOPSIS
- void ata_scsi_dev_rescan(struct work_struct * work);
ARGUMENTS
work
- Pointer to ATA port to perform scsi_rescan_device
DESCRIPTION
After ATA pass thru (SAT) commands are executed successfully, libata need to propagate the changes to SCSI layer. This function must be executed from ata_aux_wq such that sdev attach/detach don't race with rescan.
LOCKING
Kernel thread context (may sleep).
AUTHOR
Jeff Garzik
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre