Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333029
b: refs/heads/master
c: bf11eef
h: refs/heads/master
i:
  333027: a532bb4
v: v3
  • Loading branch information
Wei Yongjun authored and Nicholas Bellinger committed Sep 18, 2012
1 parent 5eeb783 commit c2fe3d2
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: 06cda529d27d778f55690d5b09af8ae4448e796b
refs/heads/master: bf11eefcb1dc1326341ebdc44566ad08bee3f539
3 changes: 1 addition & 2 deletions trunk/drivers/target/sbp/sbp_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,7 @@ static void session_reconnect_expired(struct sbp_session *sess)
spin_lock_bh(&sess->lock);
list_for_each_entry_safe(login, temp, &sess->login_list, link) {
login->sess = NULL;
list_del(&login->link);
list_add_tail(&login->link, &login_list);
list_move_tail(&login->link, &login_list);
}
spin_unlock_bh(&sess->lock);

Expand Down

0 comments on commit c2fe3d2

Please sign in to comment.