diff options
Diffstat (limited to 'include/net/netns/conntrack.h')
| -rw-r--r-- | include/net/netns/conntrack.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/netns/conntrack.h b/include/net/netns/conntrack.h index 9795d628a127..51cba0b8adf5 100644 --- a/include/net/netns/conntrack.h +++ b/include/net/netns/conntrack.h @@ -97,18 +97,14 @@ struct netns_ct {  	struct delayed_work ecache_dwork;  	bool ecache_dwork_pending;  #endif +	bool			auto_assign_helper_warned;  #ifdef CONFIG_SYSCTL  	struct ctl_table_header	*sysctl_header; -	struct ctl_table_header	*acct_sysctl_header; -	struct ctl_table_header	*tstamp_sysctl_header; -	struct ctl_table_header	*event_sysctl_header; -	struct ctl_table_header	*helper_sysctl_header;  #endif  	unsigned int		sysctl_log_invalid; /* Log invalid packets */  	int			sysctl_events;  	int			sysctl_acct;  	int			sysctl_auto_assign_helper; -	bool			auto_assign_helper_warned;  	int			sysctl_tstamp;  	int			sysctl_checksum;  | 
