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:
Vladislav Bolkhovitin
2012-07-06 02:44:53 +00:00
parent 16d0b30bc8
commit a17349c566

View File

@@ -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,