From: James Smart Date: Fri, 5 Dec 2008 22:29:59 +0000 (-0600) Subject: [SCSI] fc transport: pre-emptively terminate i/o upon dev_loss_tmo timeout X-Git-Tag: v2.6.29-rc1~555^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78badb1ae07e7f8b835ab2ea0b456ed3fc4caf4;p=pandora-kernel.git [SCSI] fc transport: pre-emptively terminate i/o upon dev_loss_tmo timeout Pre-emptively terminate i/o on the rport if dev_loss_tmo has fired. The desire is to terminate everything, so that the i/o is cleaned up prior to the sdev's being unblocked, thus any outstanding timeouts/aborts are avoided. Also, we do this early enough such that the rport's port_id field is still valid. FCOE libFC code needs this info to find the i/o's to terminate. Signed-off-by: James Smart [michaelc@cs.wisc.edu: remove extra scsi_target_unblock call] Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed