]> www.infradead.org Git - users/jedix/linux-maple.git/commit
qla2xxx: Fix missing device login retries.
authorArun Easi <arun.easi@qlogic.com>
Tue, 6 Oct 2015 09:22:25 +0000 (14:52 +0530)
committerDan Duval <dan.duval@oracle.com>
Thu, 15 Oct 2015 22:11:02 +0000 (18:11 -0400)
commite9a44cc473a22f634c3f05cd4711642681e79030
treef682c0c17d19c92af756f7d26b78d22e3929fd0a
parent0efb4446da44ea24503ae822038643c80764beb3
qla2xxx: Fix missing device login retries.

Orabug: 21946579

On certain conditions, login failures will just invoke
qla2x00_mark_device_lost() with the intend to do login again;
but if login_retry has been set already, that would fail to set the
relogin needed flag which is required to wakeup the DPC to retry.

Signed-off-by: Arun Easi <arun.easi@qlogic.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Signed-off-by: Dan Duval <dan.duval@oracle.com>
drivers/scsi/qla2xxx/qla_os.c