From: Bart Van Assche Date: Wed, 11 Dec 2013 16:05:22 +0000 (+0100) Subject: scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = off X-Git-Tag: v3.14-rc1~103^2~1^10~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18cc4e02508e3f1fadf81f697837567431ee5a9c;p=pandora-kernel.git scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = off The current behavior of the SRP transport layer when a transport layer error is encountered is to block SCSI command processing only if fast_io_fail_tmo != off. The current behavior of the FC transport layer when a transport layer error is encountered is to block SCSI command processing no matter which value fast_io_fail_tmo has been set to. Make the behavior of the SRP transport layer consistent with that of the FC transport layer to avoid confusion. Signed-off-by: Bart Van Assche Signed-off-by: Roland Dreier --- Reading git-diff-tree failed