From: Mike Christie Date: Fri, 11 Nov 2005 11:31:37 +0000 (-0600) Subject: [SCSI] add retries field to request for REQ_BLOCK_PC use X-Git-Tag: v2.6.16-rc1~474^2~22^2~8^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17e01f216b611fc46956dcd9063aec4de75991e3;p=pandora-kernel.git [SCSI] add retries field to request for REQ_BLOCK_PC use For tape we need to control the retries. This patch adds a retries counter on the request for REQ_BLOCK_PC commands originating from scsi_execute* to use. REQ_BLOCK_PC commands comming from the block layer SG_IO path continue to use the retires set in the ULD init_command. (scsi_execute* does not set the gendisk so we do not execute the init_command in that path). Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed