Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344737
b: refs/heads/master
c: b69c1fc
h: refs/heads/master
i:
  344735: 4afc4c1
v: v3
  • Loading branch information
Nicholas Bellinger committed Nov 8, 2012
1 parent 7eec44e commit 697c4b0
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: a2e85d18146857ffddea4dfe3b245055af8e3db3
refs/heads/master: b69c1fcf0a7cb2b7dff12ce4e8506b395431a52c
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ transport_generic_new_cmd(struct se_cmd *cmd)
/* fabric drivers should only return -EAGAIN or -ENOMEM as error */
WARN_ON(ret);

return 0;
return (!ret) ? 0 : TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE;

queue_full:
pr_debug("Handling write_pending QUEUE__FULL: se_cmd: %p\n", cmd);
Expand Down

0 comments on commit 697c4b0

Please sign in to comment.