Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79275
b: refs/heads/master
c: 4f84d82
h: refs/heads/master
i:
  79273: b101ba0
  79271: 06225ff
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Jan 28, 2008
1 parent 7f84dba commit eb6e00d
Show file tree
Hide file tree
Showing 3 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: 869e58f87094b1e8a0df49232e4a5172678d46c9
refs/heads/master: 4f84d82f7a623f8641af2574425c329431ff158f
2 changes: 1 addition & 1 deletion trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ static void rtnetlink_net_exit(struct net *net)
* free.
*/
sk->sk_net = get_net(&init_net);
sock_put(sk);
sock_release(net->rtnl->sk_socket);
net->rtnl = NULL;
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/fib_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ static void nl_fib_lookup_exit(struct net *net)
* initial network namespace. So the socket will be safe to free.
*/
net->ipv4.fibnl->sk_net = get_net(&init_net);
sock_put(net->ipv4.fibnl);
sock_release(net->ipv4.fibnl->sk_socket);
}

static void fib_disable_ip(struct net_device *dev, int force)
Expand Down

0 comments on commit eb6e00d

Please sign in to comment.