Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236806
b: refs/heads/master
c: 2e0348c
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy committed Jan 26, 2011
1 parent c48c5db commit 16cb418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: ad86e1f27a9a97a9e50810b10bca678407b1d6fd
refs/heads/master: 2e0348c449683a837644bb0027dbe5940b150c25
4 changes: 1 addition & 3 deletions trunk/net/netfilter/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1894,9 +1894,7 @@ static int __net_init __ip_vs_init(struct net *net)

static void __net_exit __ip_vs_cleanup(struct net *net)
{
struct netns_ipvs *ipvs = net_ipvs(net);

IP_VS_DBG(10, "ipvs netns %d released\n", ipvs->gen);
IP_VS_DBG(10, "ipvs netns %d released\n", net_ipvs(net)->gen);
}

static struct pernet_operations ipvs_core_ops = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3556,7 +3556,7 @@ int __net_init __ip_vs_control_init(struct net *net)


ipvs->sysctl_hdr = register_net_sysctl_table(net, net_vs_ctl_path,
vs_vars);
tbl);
if (ipvs->sysctl_hdr == NULL)
goto err_reg;
ip_vs_new_estimator(net, ipvs->tot_stats);
Expand Down

0 comments on commit 16cb418

Please sign in to comment.