Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292870
b: refs/heads/master
c: ee9b866
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Mar 18, 2012
1 parent d9b1e56 commit aee4304
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f760903ae512c7851b619be1742ae1581145a878
refs/heads/master: ee9b866a3696ae434418348e2f499c41841366d4
3 changes: 1 addition & 2 deletions trunk/drivers/target/loopback/tcm_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ static void tcm_loop_submission_work(struct work_struct *work)
TCM_LOGICAL_UNIT_COMMUNICATION_FAILURE, 0);
transport_generic_free_cmd(se_cmd, 0);
return;
}
if (ret == -EINVAL) {
} else if (ret < 0) {
if (se_cmd->se_cmd_flags & SCF_SCSI_RESERVATION_CONFLICT)
tcm_loop_queue_status(se_cmd);
else
Expand Down

0 comments on commit aee4304

Please sign in to comment.