Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199465
b: refs/heads/master
c: 7dfde17
h: refs/heads/master
i:
  199463: 5f530fb
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed May 29, 2010
1 parent f8fea97 commit 4225416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 97dc875f90a7b88a9fa476c256345c0d40fcdf6c
refs/heads/master: 7dfde179c38056b91d51e60f3d50902387f27c84
6 changes: 3 additions & 3 deletions trunk/net/phonet/pep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,12 +1045,12 @@ static void pep_sock_unhash(struct sock *sk)
lock_sock(sk);
if ((1 << sk->sk_state) & ~(TCPF_CLOSE|TCPF_LISTEN)) {
skparent = pn->listener;
sk_del_node_init(sk);
release_sock(sk);

sk = skparent;
pn = pep_sk(skparent);
lock_sock(sk);
lock_sock(skparent);
sk_del_node_init(sk);
sk = skparent;
}
/* Unhash a listening sock only when it is closed
* and all of its active connected pipes are closed. */
Expand Down

0 comments on commit 4225416

Please sign in to comment.