1. NAME▲
scsi_device_resume - Restart user issued commands to a quiesced device.
2. SYNOPSIS ▲
void scsi_device_resume(struct scsi_device * sdev );
3. ARGUMENTS ▲
sdev
scsi device to resume.
4. DESCRIPTION ▲
Moves the device from quiesced back to running and restarts the queues.
Must be called with user context, may sleep.
5. AUTHORS ▲
James Bottomley <>
Author.
Rob Landley <>
Author.
6. COPYRIGHT ▲