Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344738
b: refs/heads/master
c: bb7a8c8
h: refs/heads/master
v: v3
  • Loading branch information
Nicholas Bellinger committed Nov 8, 2012
1 parent 697c4b0 commit 240a455
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: b69c1fcf0a7cb2b7dff12ce4e8506b395431a52c
refs/heads/master: bb7a8c8eb9678666fb05f3bc542581365399a161
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_pr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@ core_scsi3_emulate_pro_release(struct se_cmd *cmd, int type, int scope,
* No persistent reservation, return GOOD status.
*/
spin_unlock(&dev->dev_reservation_lock);
return 0;
goto out_put_pr_reg;
}
if ((pr_res_holder->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_ALLREG) ||
(pr_res_holder->pr_res_type == PR_TYPE_EXCLUSIVE_ACCESS_ALLREG))
Expand Down

0 comments on commit 240a455

Please sign in to comment.