net: Delete all remaining instances of ctl_path
We don't use struct ctl_path anymore so delete the exported constants. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Acked-by: Pavel Emelyanov <xemul@parallels.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ec8f23ce0f
commit
a5347fe36b
@@ -222,9 +222,6 @@ static inline int inet_is_reserved_local_port(int port)
|
||||
|
||||
extern int sysctl_ip_nonlocal_bind;
|
||||
|
||||
extern struct ctl_path net_core_path[];
|
||||
extern struct ctl_path net_ipv4_ctl_path[];
|
||||
|
||||
/* From inetpeer.c */
|
||||
extern int inet_peer_threshold;
|
||||
extern int inet_peer_minttl;
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
#include <asm/types.h> /* for __uXX types */
|
||||
|
||||
#include <linux/sysctl.h> /* for ctl_path */
|
||||
#include <linux/list.h> /* for struct list_head */
|
||||
#include <linux/spinlock.h> /* for struct rwlock_t */
|
||||
#include <linux/atomic.h> /* for struct atomic_t */
|
||||
@@ -1184,7 +1183,6 @@ extern void ip_vs_scheduler_err(struct ip_vs_service *svc, const char *msg);
|
||||
* IPVS control data and functions (from ip_vs_ctl.c)
|
||||
*/
|
||||
extern struct ip_vs_stats ip_vs_stats;
|
||||
extern const struct ctl_path net_vs_ctl_path[];
|
||||
extern int sysctl_ip_vs_sync_ver;
|
||||
|
||||
extern void ip_vs_sync_switch_mode(struct net *net, int mode);
|
||||
|
||||
@@ -113,7 +113,6 @@ struct frag_hdr {
|
||||
|
||||
/* sysctls */
|
||||
extern int sysctl_mld_max_msf;
|
||||
extern struct ctl_path net_ipv6_ctl_path[];
|
||||
|
||||
#define _DEVINC(net, statname, modifier, idev, field) \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user