Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236804
b: refs/heads/master
c: 9f4e1cc
h: refs/heads/master
v: v3
  • Loading branch information
Changli Gao authored and Simon Horman committed Jan 25, 2011
1 parent a399891 commit 08ee23a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 07924709f68b3f4f701d4efd6acd18ca4ee14de3
refs/heads/master: 9f4e1ccd80530609bbceec68ae3831697b5c6a68
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

0 comments on commit 08ee23a

Please sign in to comment.