kernel-ark/include/scsi
brking@us.ibm.com bb1d1073a1 [SCSI] Prevent scsi_execute_async from guessing cdb length
When the scsi_execute_async interface was added it ended up reducing
the flexibility of userspace to send arbitrary scsi commands through
sg using SG_IO. The SG_IO interface allows userspace to specify the
CDB length. This is now ignored in scsi_execute_async and it is
guessed using the COMMAND_SIZE macro, which is not always correct,
particularly for vendor specific commands. This patch adds a cmd_len
parameter to the scsi_execute_async interface to allow the caller
to specify the length of the CDB.

Signed-off-by: Brian King <brking@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-01-26 15:13:50 -05:00
..
iscsi_if.h [SCSI] iscsi: seperate iscsi interface from setup functions 2006-01-14 10:55:20 -06:00
iscsi_proto.h
scsi_cmnd.h
scsi_dbg.h
scsi_device.h [SCSI] Prevent scsi_execute_async from guessing cdb length 2006-01-26 15:13:50 -05:00
scsi_devinfo.h
scsi_driver.h
scsi_eh.h
scsi_host.h
scsi_ioctl.h
scsi_request.h
scsi_tcq.h
scsi_transport_fc.h
scsi_transport_iscsi.h [SCSI] iscsi: seperate iscsi interface from setup functions 2006-01-14 10:55:20 -06:00
scsi_transport_sas.h
scsi_transport_spi.h [PATCH] scsi_transport_spi build fix 2006-01-18 19:20:16 -08:00
scsi_transport.h [SCSI] remove target parent limitiation 2006-01-14 10:55:05 -06:00
scsi.h [SCSI] remove target parent limitiation 2006-01-14 10:55:05 -06:00
scsicam.h
sg_request.h
sg.h
srp.h