Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103624
b: refs/heads/master
c: d89cbbb
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jul 18, 2008
1 parent c2c0d3f commit 753eb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 923c6586b0dc0a00df07a1608185437145a0c68b
refs/heads/master: d89cbbb1e69a3bfea38038fb058bd51013902ef3
8 changes: 1 addition & 7 deletions trunk/net/ipv4/af_inet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,13 +1399,7 @@ static __net_initdata struct pernet_operations ipv4_mib_ops = {

static int __init init_ipv4_mibs(void)
{
if (register_pernet_subsys(&ipv4_mib_ops))
goto err_net;

return 0;

err_net:
return -ENOMEM;
return register_pernet_subsys(&ipv4_mib_ops);
}

static int ipv4_proc_init(void);
Expand Down

0 comments on commit 753eb53

Please sign in to comment.