Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122113
b: refs/heads/master
c: 3755810
h: refs/heads/master
i:
  122111: 5ca8caf
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 24, 2008
1 parent 6e96dc6 commit fac3b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 920de804bca61f88643bc9171bcd06f1a56c6258
refs/heads/master: 3755810cebf7f9902b05c7ba9baeac0fc44881be
2 changes: 2 additions & 0 deletions trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,9 @@ static int netlink_release(struct socket *sock)
kfree(nlk->groups);
nlk->groups = NULL;

local_bh_disable();
sock_prot_inuse_add(sock_net(sk), &netlink_proto, -1);
local_bh_enable();
sock_put(sk);
return 0;
}
Expand Down

0 comments on commit fac3b2f

Please sign in to comment.