mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
scst: Parse REQUEST VOLUME ELEMENT ADDRESS correctly
Signed-off-by: Bart Van Assche <bvanassche@acm.org> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4393 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1187,8 +1187,8 @@ static const struct scst_sdbops scst_scsi_op_table[] = {
|
||||
.info_op_name = "REQUEST VOLUME ELEMENT ADDRESS",
|
||||
.info_data_direction = SCST_DATA_READ,
|
||||
.info_op_flags = FLAG_NONE,
|
||||
.info_len_off = 9, .info_len_len = 1,
|
||||
.get_cdb_info = get_cdb_info_len_1},
|
||||
.info_len_off = 7, .info_len_len = 3,
|
||||
.get_cdb_info = get_cdb_info_len_3},
|
||||
{.ops = 0xB6, .devkey = " O ",
|
||||
.info_op_name = "SEND VOLUME TAG",
|
||||
.info_data_direction = SCST_DATA_WRITE,
|
||||
|
||||
Reference in New Issue
Block a user