Commit 7f3a79a7 authored by Muneendra Kumar's avatar Muneendra Kumar Committed by Martin K. Petersen
Browse files

scsi: lpfc: Add support for eh_should_retry_cmd()

parent afdd1126
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6708,6 +6708,7 @@ struct scsi_host_template lpfc_template = {
	.info			= lpfc_info,
	.queuecommand		= lpfc_queuecommand,
	.eh_timed_out		= fc_eh_timed_out,
	.eh_should_retry_cmd    = fc_eh_should_retry_cmd,
	.eh_abort_handler	= lpfc_abort_handler,
	.eh_device_reset_handler = lpfc_device_reset_handler,
	.eh_target_reset_handler = lpfc_target_reset_handler,