Re: [PATCH 07/10] sd: retry write same commands

2014-07-13 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> Currently cmd->allowed is initialized from rq->retries for Christoph> write same commands, but retries is always 0 for non-BLOCK_PC Christoph> requests. Set it to the standard number of retries instead. Reviewed-by: Martin K. Petersen

Re: [PATCH 07/10] sd: retry write same commands

2014-07-11 Thread Hannes Reinecke
On 06/29/2014 03:34 PM, Christoph Hellwig wrote: Currently cmd->allowed is initialized from rq->retries for write same commands, but retries is always 0 for non-BLOCK_PC requests. Set it to the standard number of retries instead. Signed-off-by: Christoph Hellwig --- drivers/scsi/sd.c |2

[PATCH 07/10] sd: retry write same commands

2014-06-29 Thread Christoph Hellwig
Currently cmd->allowed is initialized from rq->retries for write same commands, but retries is always 0 for non-BLOCK_PC requests. Set it to the standard number of retries instead. Signed-off-by: Christoph Hellwig --- drivers/scsi/sd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d