From 231ec73f82f50b091eb447587918b4e96ca098ee Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 6 Apr 2011 12:12:05 +0000 Subject: [PATCH] Marge of the trunk's r3359: INQUIRY has 2 bytes allocation length git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@3360 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index de36937e1..d555f4bf4 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -262,7 +262,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { SCST_DATA_READ, SCST_SMALL_TIMEOUT|SCST_IMPLICIT_HQ|SCST_SKIP_UA| SCST_REG_RESERVE_ALLOWED| SCST_WRITE_EXCL_ALLOWED|SCST_EXCL_ACCESS_ALLOWED, - 4, get_trans_len_1}, + 3, get_trans_len_2}, {0x13, "VOVVVV ", "VERIFY(6)", SCST_DATA_NONE, SCST_TRANSFER_LEN_TYPE_FIXED| SCST_VERIFY_BYTCHK_MISMATCH_ALLOWED|