Home
last modified time | relevance | path

Searched hist:"18 cc4e02508e3f1fadf81f697837567431ee5a9c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_transport_srp.cdiff 18cc4e02508e3f1fadf81f697837567431ee5a9c Wed Dec 11 17:05:22 CET 2013 Bart Van Assche <bvanassche@acm.org> 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 <bvanassche@acm.org>
Signed-off-by: Roland Dreier <roland@purestorage.com>