Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302401
b: refs/heads/master
c: ed0b214
h: refs/heads/master
i:
  302399: 90ee5a0
v: v3
  • Loading branch information
Stefan Hajnoczi authored and Nicholas Bellinger committed May 6, 2012
1 parent 0cde04c commit 390b691
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 381e309a658feadb48c14566b3b26ccb7eec75a0
refs/heads/master: ed0b2144c50b03ed926aa1c582178abb661325e2
4 changes: 4 additions & 0 deletions trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -3143,6 +3143,10 @@ static int transport_generic_cmd_sequencer(
cmd->sam_task_attr = MSG_HEAD_TAG;
cmd->se_cmd_flags |= SCF_SCSI_CONTROL_SG_IO_CDB;
break;
case GET_EVENT_STATUS_NOTIFICATION:
size = (cdb[7] << 8) | cdb[8];
cmd->se_cmd_flags |= SCF_SCSI_CONTROL_SG_IO_CDB;
break;
default:
pr_warn("TARGET_CORE[%s]: Unsupported SCSI Opcode"
" 0x%02x, sending CHECK_CONDITION.\n",
Expand Down

0 comments on commit 390b691

Please sign in to comment.