Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276472
b: refs/heads/master
c: 7ae0b10
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Dec 6, 2011
1 parent 38112c3 commit e3833d2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7e46cf02687e40197ae07c623e660be2a2720064
refs/heads/master: 7ae0b1038f9f7d4c91e9afd4dbbc98210bf1a241
1 change: 1 addition & 0 deletions trunk/drivers/target/iscsi/iscsi_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -3130,6 +3130,7 @@ static int iscsit_send_task_mgt_rsp(
hdr = (struct iscsi_tm_rsp *) cmd->pdu;
memset(hdr, 0, ISCSI_HDR_LEN);
hdr->opcode = ISCSI_OP_SCSI_TMFUNC_RSP;
hdr->flags = ISCSI_FLAG_CMD_FINAL;
hdr->response = iscsit_convert_tcm_tmr_rsp(se_tmr);
hdr->itt = cpu_to_be32(cmd->init_task_tag);
cmd->stat_sn = conn->stat_sn++;
Expand Down

0 comments on commit e3833d2

Please sign in to comment.