target: Move passthrough CDB parsing into a common function
authorAndy Grover <agrover@redhat.com>
Tue, 19 May 2015 21:44:40 +0000 (14:44 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 31 May 2015 02:57:59 +0000 (19:57 -0700)
commit7bfea53b5c936d706d0bf60ec218fa72cde77121
tree1bed6667ac527acab7c2b2fb72e2bb1aa7b4cca5
parent9c1cd1b68cd15c81d12a0cf2402129475882b620
target: Move passthrough CDB parsing into a common function

Aside from whether they handle BIDI ops or not, parsing of the CDB by
kernel and user SCSI passthrough modules should be identical. Move this
into a new passthrough_parse_cdb() and call it from tcm-pscsi and tcm-user.

Reported-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ilias Tsitsimpis <iliastsi@arrikto.com>
Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_device.c
drivers/target/target_core_pscsi.c
drivers/target/target_core_user.c
include/target/target_core_backend.h