Commit a5be27c5 authored by Krishna Kumar's avatar Krishna Kumar Committed by Stephen Hemminger

[IPV4]: Fix creat_proc_read_entry() args.

parent 50778c9a
......@@ -2808,7 +2808,7 @@ int __init ip_rt_init(void)
goto out_enomem;
#ifdef CONFIG_NET_CLS_ROUTE
create_proc_read_entry("rt_acct", proc_net, 0, ip_rt_acct_read, NULL);
create_proc_read_entry("rt_acct", 0, proc_net, ip_rt_acct_read, NULL);
#endif
#endif
#ifdef CONFIG_XFRM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment