target: Fix sense code for unsupported SERVICE ACTION IN
authorRoland Dreier <roland@purestorage.com>
Wed, 14 Mar 2012 17:40:43 +0000 (10:40 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 16 Mar 2012 02:14:53 +0000 (19:14 -0700)
commitb168fe8cfe530daabbdf632af4554600006a81a9
treeb64cb6523b11f8d91f24390a8e470ca5d09f1a24
parent1f6fa8f8179dd66345d59f067f2a48a86095c499
target: Fix sense code for unsupported SERVICE ACTION IN

If we don't handle a given service action, we're supposed to return
INVALID FIELD IN CDB, since we do handle the SERVICE ACTION IN opcode.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_transport.c