Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288469
b: refs/heads/master
c: 00fdc6b
h: refs/heads/master
i:
  288467: be8702f
v: v3
  • Loading branch information
Nicholas Bellinger committed Mar 14, 2012
1 parent 2aa610f commit 84c6869
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 087a03b3ea1c8d6e2d5743a8d1c6d571058caa04
refs/heads/master: 00fdc6bbef77844ce397a7de7acfaf25e8e2e4eb
2 changes: 1 addition & 1 deletion trunk/drivers/target/iscsi/iscsi_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ static int iscsit_handle_scsi_cmd(
return iscsit_add_reject_from_cmd(
ISCSI_REASON_BOOKMARK_NO_RESOURCES,
1, 1, buf, cmd);
} else if (transport_ret == -EINVAL) {
} else if (transport_ret < 0) {
/*
* Unsupported SAM Opcode. CHECK_CONDITION will be sent
* in iscsit_execute_cmd() during the CmdSN OOO Execution
Expand Down

0 comments on commit 84c6869

Please sign in to comment.