mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
[IPV4]: Use ctl paths to register net/ipv4/ table
This is the same as I did for the net/core/ table in the second patch in his series: use the paths and isolate the whole table in the .c file. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9ba6397976
commit
3e37c3f997
3 changed files with 18 additions and 11 deletions
|
@ -395,6 +395,4 @@ int ipv4_doint_and_flush_strategy(ctl_table *table, int __user *name, int nlen,
|
|||
extern int ip_misc_proc_init(void);
|
||||
#endif
|
||||
|
||||
extern struct ctl_table ipv4_table[];
|
||||
|
||||
#endif /* _IP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue