Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8286
b: refs/heads/master
c: cb7b593
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Sep 9, 2005
1 parent 3bbce18 commit dc5bf99
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 433 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: 8259f1625789ad03e6451ecef3e690af52e8e802
refs/heads/master: cb7b593c2c808b32a1ea188599713c434b95f849
13 changes: 0 additions & 13 deletions trunk/net/ipv4/af_inet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1248,11 +1248,6 @@ module_init(inet_init);
/* ------------------------------------------------------------------------ */

#ifdef CONFIG_PROC_FS
#ifdef CONFIG_IP_FIB_TRIE
extern int fib_stat_proc_init(void);
extern void fib_stat_proc_exit(void);
#endif

static int __init ipv4_proc_init(void)
{
int rc = 0;
Expand All @@ -1265,19 +1260,11 @@ static int __init ipv4_proc_init(void)
goto out_udp;
if (fib_proc_init())
goto out_fib;
#ifdef CONFIG_IP_FIB_TRIE
if (fib_stat_proc_init())
goto out_fib_stat;
#endif
if (ip_misc_proc_init())
goto out_misc;
out:
return rc;
out_misc:
#ifdef CONFIG_IP_FIB_TRIE
fib_stat_proc_exit();
out_fib_stat:
#endif
fib_proc_exit();
out_fib:
udp4_proc_exit();
Expand Down
Loading

0 comments on commit dc5bf99

Please sign in to comment.