diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index a0fcc47fee73..3bdd1b1ad1b3 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -384,8 +384,8 @@ static int __net_init ip_rt_do_proc_init(struct net *net) | |||
384 | { | 384 | { |
385 | struct proc_dir_entry *pde; | 385 | struct proc_dir_entry *pde; |
386 | 386 | ||
387 | pde = proc_net_fops_create(net, "rt_cache", S_IRUGO, | 387 | pde = proc_create("rt_cache", S_IRUGO, net->proc_net, |
388 | &rt_cache_seq_fops); | 388 | &rt_cache_seq_fops); |
389 | if (!pde) | 389 | if (!pde) |
390 | goto err1; | 390 | goto err1; |
391 | 391 | ||