From: andrew.vasquez@qlogic.com Date: Tue, 7 Feb 2006 16:45:45 +0000 (-0800) Subject: [PATCH] qla2xxx: Close window on race between rport removal and fcport transition. X-Git-Tag: v2.6.16-rc4~41^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387f96b4d9391bf3ce6928fb9cd90c9c7df37291;p=pandora-kernel.git [PATCH] qla2xxx: Close window on race between rport removal and fcport 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed