From: Sarang Radke Date: Wed, 10 Mar 2010 10:03:04 +0000 (-0600) Subject: [SCSI] scsi_transport_fc: Make sure commands are completed when rport is offline X-Git-Tag: v2.6.34-rc4~67^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88a714bfefa7aed7b9cb6c3721707fcd056b472;p=pandora-kernel.git [SCSI] scsi_transport_fc: Make sure commands are completed when rport is offline blk_end_request doesn't complete a bidi request successfully The unfinished request eventually triggers a panic in timeout handling routine fc_bsg_job_timeout as req->special is NULL Use blk_end_request_all to end the request unconditionally Signed-off-by: Lalit Chandivade Acked-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed