Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274339
b: refs/heads/master
c: 7e32da5
h: refs/heads/master
i:
  274337: 8760a8c
  274335: 374cf7f
v: v3
  • Loading branch information
Nicholas Bellinger committed Nov 2, 2011
1 parent a9df9e9 commit bdd00f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: b8a11d7399173dcf23b6d0ca4f416bdf1eba982e
refs/heads/master: 7e32da55e26b80d57961681e53aa67938268db3f
4 changes: 3 additions & 1 deletion trunk/drivers/target/iscsi/iscsi_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,9 @@ static int iscsit_handle_scsi_cmd(
*/
if (!cmd->immediate_data) {
cmdsn_ret = iscsit_sequence_cmd(conn, cmd, hdr->cmdsn);
if (cmdsn_ret == CMDSN_ERROR_CANNOT_RECOVER)
if (cmdsn_ret == CMDSN_LOWER_THAN_EXP)
return 0;
else if (cmdsn_ret == CMDSN_ERROR_CANNOT_RECOVER)
return iscsit_add_reject_from_cmd(
ISCSI_REASON_PROTOCOL_ERROR,
1, 0, buf, cmd);
Expand Down

0 comments on commit bdd00f9

Please sign in to comment.