Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] qla2xxx: Close window on race between rport removal and fcpor…
…t transition. Fcport visibility is recognized during interrupt time, but, rport removal can only occur during a process (sleeping)-context. Return a DID_IMM_RETRY status for commands submitted within this window to insure I/Os do not prematurely run-out of retries. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
- Loading branch information