mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user