Re: [PATCH v3 3/3] Make scsi_result_to_blk_status() recognize CONDITION MET

2018-04-05 Thread Hannes Reinecke
On Thu, 5 Apr 2018 10:33:01 -0700 Bart Van Assche wrote: > Ensure that CONDITION MET and other non-zero status values that > indicate success are translated into BLK_STS_OK. > > Signed-off-by: Bart Van Assche > Cc: Hannes Reinecke > Cc: Douglas Gilbert > Cc: Damien Le Moal > Cc: Christoph H

Re: [PATCH v3 3/3] Make scsi_result_to_blk_status() recognize CONDITION MET

2018-04-05 Thread Christoph Hellwig
On Thu, Apr 05, 2018 at 10:33:01AM -0700, Bart Van Assche wrote: > Ensure that CONDITION MET and other non-zero status values that > indicate success are translated into BLK_STS_OK. > > Signed-off-by: Bart Van Assche Looks good, Reviewed-by: Christoph Hellwig

[PATCH v3 3/3] Make scsi_result_to_blk_status() recognize CONDITION MET

2018-04-05 Thread Bart Van Assche
Ensure that CONDITION MET and other non-zero status values that indicate success are translated into BLK_STS_OK. Signed-off-by: Bart Van Assche Cc: Hannes Reinecke Cc: Douglas Gilbert Cc: Damien Le Moal Cc: Christoph Hellwig Cc: Lee Duncan --- drivers/scsi/scsi_lib.c | 9 + 1 file c