Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344739
b: refs/heads/master
c: 998866b
h: refs/heads/master
i:
  344737: 697c4b0
  344735: 4afc4c1
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Nov 8, 2012
1 parent 240a455 commit 3f7b4b0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bb7a8c8eb9678666fb05f3bc542581365399a161
refs/heads/master: 998866b0740f128fd2c107c167c8385406dadae0
4 changes: 2 additions & 2 deletions trunk/drivers/target/iscsi/iscsi_target_login.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ static int iscsi_login_zero_tsih_s1(
kfree(sess);
return -ENOMEM;
}
spin_lock(&sess_idr_lock);
spin_lock_bh(&sess_idr_lock);
ret = idr_get_new(&sess_idr, NULL, &sess->session_index);
spin_unlock(&sess_idr_lock);
spin_unlock_bh(&sess_idr_lock);

if (ret < 0) {
pr_err("idr_get_new() for sess_idr failed\n");
Expand Down

0 comments on commit 3f7b4b0

Please sign in to comment.