From 14bb215d09de98a8e95fa2bb1b8f35b79672c5df Mon Sep 17 00:00:00 2001 From: Kevin Barnett Date: Wed, 31 Aug 2016 14:54:35 -0500 Subject: scsi: smartpqi: enhance reset logic Eliminated timeout from LUN reset logic. Reviewed-by: Scott Teel Reviewed-by: Scott Benesh Reviewed-by: Johannes Thumshirn Reviewed-by: Tomas Henzl Signed-off-by: Kevin Barnett Signed-off-by: Don Brace Signed-off-by: Martin K. Petersen --- drivers/scsi/smartpqi/smartpqi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/scsi/smartpqi/smartpqi.h') diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/smartpqi/smartpqi.h index dbcdb03feabf..053be6be2077 100644 --- a/drivers/scsi/smartpqi/smartpqi.h +++ b/drivers/scsi/smartpqi/smartpqi.h @@ -370,7 +370,6 @@ struct pqi_task_management_request { }; #define SOP_TASK_MANAGEMENT_LUN_RESET 0x8 -#define PQI_ABORT_TIMEOUT_MSECS (20 * 1000) struct pqi_task_management_response { struct pqi_iu_header header; @@ -762,7 +761,6 @@ struct pqi_scsi_dev { struct pqi_sas_port *sas_port; struct scsi_device *sdev; - bool reset_in_progress; struct list_head scsi_device_list_entry; struct list_head new_device_list_entry; -- cgit