Skip to content

Commit

Permalink
netfilter: nf_conntrack: remove unused ctl_table_path member in nf_co…
Browse files Browse the repository at this point in the history
…nntrack_l3proto

After commit adf0516 ("netfilter: remove ip_conntrack* sysctl
compat code"), ctl_table_path member in struct nf_conntrack_l3proto{}
is not used anymore, remove it.

Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Liping Zhang authored and Pablo Neira Ayuso committed Sep 9, 2016
1 parent fe01111 commit 3c15b8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/net/netfilter/nf_conntrack_l3proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ struct nf_conntrack_l3proto {

size_t nla_size;

#ifdef CONFIG_SYSCTL
const char *ctl_table_path;
#endif /* CONFIG_SYSCTL */

/* Init l3proto pernet data */
int (*init_net)(struct net *net);

Expand Down

0 comments on commit 3c15b8e

Please sign in to comment.