From: Heiko Carstens Date: Tue, 8 May 2007 09:18:50 +0000 (+0200) Subject: [SCSI] zfcp: clear adapter failed flag if an fsf request times out. X-Git-Tag: v2.6.22-rc1~345^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b02191aaeedfffe8cba258ebc212c577c278dbe;p=pandora-kernel.git [SCSI] zfcp: clear adapter failed flag if an fsf request times out. Must clear adapter failed flag if an fsf request times out. This is necessary because on link down situations the failed flags gets set but the QDIO queues are still up. Since an adapter reopen will be skipped if the failed flag is set an adapter_reopen that is issued on fsf request timeout has no effect if the local link is down. Might lead to locked up system if the SCSI stack is waiting for abort completion. Signed-off-by: Heiko Carstens Signed-off-by: Swen Schillig Signed-off-by: James Bottomley --- Reading git-diff-tree failed