Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292833
b: refs/heads/master
c: ffc32d5
h: refs/heads/master
i:
  292831: 91412c2
v: v3
  • Loading branch information
Nicholas Bellinger committed Feb 25, 2012
1 parent eeeb1a8 commit 3bb4552
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: 86715569d085addc635c2b55ee8acb79d3a7fbbf
refs/heads/master: ffc32d5259d107a3aa1b822e22f20b69cb9ec0a5
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 @@ -4051,7 +4051,7 @@ static void target_release_cmd_kref(struct kref *kref)
spin_lock_irqsave(&se_sess->sess_cmd_lock, flags);
if (list_empty(&se_cmd->se_cmd_list)) {
spin_unlock_irqrestore(&se_sess->sess_cmd_lock, flags);
WARN_ON(1);
se_cmd->se_tfo->release_cmd(se_cmd);
return;
}
if (se_sess->sess_tearing_down && se_cmd->cmd_wait_set) {
Expand Down

0 comments on commit 3bb4552

Please sign in to comment.