|
@@ -1448,6 +1448,11 @@ static int aac_resume(struct pci_dev *pdev)
|
|
pci_set_master(pdev);
|
|
pci_set_master(pdev);
|
|
if (aac_acquire_resources(aac))
|
|
if (aac_acquire_resources(aac))
|
|
goto fail_device;
|
|
goto fail_device;
|
|
|
|
+ /*
|
|
|
|
+ * reset this flag to unblock ioctl() as it was set at
|
|
|
|
+ * aac_send_shutdown() to block ioctls from upperlayer
|
|
|
|
+ */
|
|
|
|
+ aac->adapter_shutdown = 0;
|
|
scsi_unblock_requests(shost);
|
|
scsi_unblock_requests(shost);
|
|
|
|
|
|
return 0;
|
|
return 0;
|