Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292847
b: refs/heads/master
c: 3de55ec
h: refs/heads/master
i:
  292845: 484cccb
  292843: 2f1235e
  292839: b3cb81e
  292831: 91412c2
v: v3
  • Loading branch information
Nicholas Bellinger committed Feb 25, 2012
1 parent fc36e9d commit ffbed57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d335e6054db616bce3f040e659fa38440518ad1d
refs/heads/master: 3de55ec74aa803d7aa1e581700086d755c2599d2
4 changes: 2 additions & 2 deletions trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1733,8 +1733,8 @@ void target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess,

ret = transport_lookup_tmr_lun(se_cmd, unpacked_lun);
if (ret) {
transport_send_check_condition_and_sense(se_cmd,
se_cmd->scsi_sense_reason, 0);
se_cmd->se_tmr_req->response = TMR_LUN_DOES_NOT_EXIST;
se_cmd->se_tfo->queue_tm_rsp(se_cmd);
transport_generic_free_cmd(se_cmd, 0);
return;
}
Expand Down

0 comments on commit ffbed57

Please sign in to comment.