From: Krishna Gudipati Date: Sat, 6 Mar 2010 03:38:27 +0000 (-0800) Subject: [SCSI] bfa: Handle SCSI IO underrun case. X-Git-Tag: v2.6.34-rc2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95aa060decd2472d319c3f12b0b1b699a5f35058;p=pandora-kernel.git [SCSI] bfa: Handle SCSI IO underrun case. When IO is completed with underrun and with good SCSI status, check if the transferred bytes against scsi_cmnd->underflow, which is set to minimum number of bytes that must be transferred for this command, if is less than required minimum, complete the IO with DID_ERROR. Signed-off-by: Krishna Gudipati Signed-off-by: James Bottomley --- Reading git-diff-tree failed