Prevent cmds from being queued.
int scsi_block_when_processing_errors(struct scsi_device * sdev);
sdev
Device on which we are performing recovery.
We block until the host is out of error recovery, and then check to see whether the host or the device is offline.
0 when dev was taken offline by error recovery. 1 OK to proceed.