scsi_device_resume(9) Restart user issued commands to a quiesced device.

SYNOPSIS

void scsi_device_resume(struct scsi_device * sdev);

ARGUMENTS

sdev

scsi device to resume.

DESCRIPTION

Moves the device from quiesced back to running and restarts the queues.

Must be called with user context, may sleep.

AUTHORS

James Bottomley <[email protected]>

Author.

Rob Landley <[email protected]>

Author.

COPYRIGHT