mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
scsi: smartpqi: change TMF timeout from 60 to 30 seconds
Link: https://lore.kernel.org/r/157048750649.11757.7811056360633694725.stgit@brunhilda Reviewed-by: Scott Benesh <scott.benesh@microsemi.com> Reviewed-by: Scott Teel <scott.teel@microsemi.com> Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com> Signed-off-by: Don Brace <don.brace@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
c2922f174f
commit
bb9af08cfc
@ -5690,7 +5690,7 @@ static void pqi_lun_reset_complete(struct pqi_io_request *io_request,
|
||||
complete(waiting);
|
||||
}
|
||||
|
||||
#define PQI_LUN_RESET_TIMEOUT_SECS 60
|
||||
#define PQI_LUN_RESET_TIMEOUT_SECS 30
|
||||
#define PQI_LUN_RESET_POLL_COMPLETION_SECS 10
|
||||
|
||||
static int pqi_wait_for_lun_reset_completion(struct pqi_ctrl_info *ctrl_info,
|
||||
|
Loading…
Reference in New Issue
Block a user