Fix data direction of RECEIVE COPY RESULT command

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4398 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2012-07-09 00:21:40 +00:00
parent ac2a3aad90
commit 68662e9fbd

View File

@@ -931,7 +931,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = {
.get_cdb_info = get_cdb_info_len_4},
{.ops = 0x84, .devkey = "OOOOOOOOOOOOOOOO",
.info_op_name = "RECEIVE COPY RESULT",
.info_data_direction = SCST_DATA_WRITE,
.info_data_direction = SCST_DATA_READ,
.info_op_flags = SCST_WRITE_EXCL_ALLOWED|SCST_EXCL_ACCESS_ALLOWED,
.info_len_off = 10, .info_len_len = 4,
.get_cdb_info = get_cdb_info_len_4},