From 56b26e69c8283121febedd12b3cc193384af46b9 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Sat, 12 Jul 2014 09:48:30 -0700 Subject: [PATCH] Drivers: scsi: storvsc: Implement a eh_timed_out handler On Azure, we have seen instances of unbounded I/O latencies. To deal with this issue, implement handler that can reset the timeout. Note that the host gaurantees that it will respond to each command that has been issued. Signed-off-by: K. Y. Srinivasan Reviewed-by: Hannes Reinecke Cc: [hch: added a better comment explaining the issue] Signed-off-by: Christoph Hellwig --- Reading git-format-patch failed