Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299955
b: refs/heads/master
c: 39f618b
h: refs/heads/master
i:
  299953: d61f924
  299951: c899409
v: v3
  • Loading branch information
Julian Anastasov authored and Simon Horman committed Apr 26, 2012
1 parent 54e3fb4 commit 1ead0d5
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: 8d08d71ce59438a6ef06be5db07966e0c144b74e
refs/heads/master: 39f618b4fd95ae243d940ec64c961009c74e3333
2 changes: 2 additions & 0 deletions trunk/net/netfilter/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1924,6 +1924,7 @@ static int __net_init __ip_vs_init(struct net *net)
control_fail:
ip_vs_estimator_net_cleanup(net);
estimator_fail:
net->ipvs = NULL;
return -ENOMEM;
}

Expand All @@ -1936,6 +1937,7 @@ static void __net_exit __ip_vs_cleanup(struct net *net)
ip_vs_control_net_cleanup(net);
ip_vs_estimator_net_cleanup(net);
IP_VS_DBG(2, "ipvs netns %d released\n", net_ipvs(net)->gen);
net->ipvs = NULL;
}

static void __net_exit __ip_vs_dev_cleanup(struct net *net)
Expand Down

0 comments on commit 1ead0d5

Please sign in to comment.