[dm-devel] [PATCH 02/13] scsi/osd: don't save block errors into req_results

2017-06-03 Thread Christoph Hellwig
We will only have sense data if the command executed and got a SCSI result, so this is pointless. Signed-off-by: Christoph Hellwig Reviewed-by: Martin K. Petersen --- drivers/scsi/osd/osd_initiator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/osd/osd_initia

Re: [dm-devel] [PATCH 02/13] scsi/osd: don't save block errors into req_results

2017-05-28 Thread Christoph Hellwig
On Fri, May 26, 2017 at 04:24:42PM -0400, Martin K. Petersen wrote: > > Christoph, > > > We will only have sense data if the command exectured and got a SCSI > > result, so this is pointless. > > "executed" Thanks, fixed. -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mail

Re: [dm-devel] [PATCH 02/13] scsi/osd: don't save block errors into req_results

2017-05-26 Thread Martin K. Petersen
Christoph, > We will only have sense data if the command exectured and got a SCSI > result, so this is pointless. "executed" Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listin

[dm-devel] [PATCH 02/13] scsi/osd: don't save block errors into req_results

2017-05-26 Thread Christoph Hellwig
We will only have sense data if the command exectured and got a SCSI result, so this is pointless. Signed-off-by: Christoph Hellwig --- drivers/scsi/osd/osd_initiator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/osd/osd_initiator.c b/drivers/scsi/osd/osd_ini