target: Fix zero-length INQUIRY additional sense code regression
authorNicholas Bellinger <nab@linux-iscsi.org>
Tue, 29 Jan 2013 21:33:05 +0000 (13:33 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 29 Jan 2013 22:22:01 +0000 (14:22 -0800)
commit49df9fc9b9fd41e5749c5a9be2d2076328f75fc7
treee10c0fed21b6d37e6fbe536684f2af36ebec72fa
parent64fe4f4f181cc2fe97d4176bf6ee6e3725ae33ec
target: Fix zero-length INQUIRY additional sense code regression

This patch fixes a minor regression introduced in v3.8-rc1 code
where a zero-length INQUIRY was no longer returning the correct
INVALID FIELD IN CDB additional sense code.

This regression was introduced with the following commit:

  commit de103c93aff0bed0ae984274e5dc8b95899badab
  Author: Christoph Hellwig <hch@lst.de>
  Date:   Tue Nov 6 12:24:09 2012 -0800

      target: pass sense_reason as a return value

and this patch has been tested with the following zero-length CDB:

  sg_raw /dev/sdd 12 00 83 00 00 00
  SCSI Status: Check Condition

  Sense Information:
   Fixed format, current;  Sense key: Illegal Request
   Additional sense: Invalid field in cdb

Cc: Christoph Hellwig <hch@lst.de>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_spc.c