scsi: storvsc: use default I/O timeout handler for FC devices
authorLong Li <longli@microsoft.com>
Tue, 13 Jun 2017 21:34:05 +0000 (14:34 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 26 Jun 2017 16:33:26 +0000 (12:33 -0400)
commit3930d7309807ba0bfa460dfa9ed68d5560347dd2
tree85df0f5d290478884fbbb6cd858d00bb8adc9c98
parent5cc973f09e21b5a2f746307641879bc9f1da623b
scsi: storvsc: use default I/O timeout handler for FC devices

FC disks issue I/O directly to the host storage port driver, this is
diffirent to VHD disks where I/O is virtualized and timeout is handled
by the host VSP (Virtualization Service Provider).

FC disks are usually setup in a multipath system, and they don't want to
reset timer on I/O timeout. Timeout is detected by multipath as a good
time to failover and recover.

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/storvsc_drv.c