Skip to content

Commit 3c15b8e

Browse files
Liping Zhangummakynes
authored andcommitted
netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_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 <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
1 parent fe01111 commit 3c15b8e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/net/netfilter/nf_conntrack_l3proto.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ struct nf_conntrack_l3proto {
6363

6464
size_t nla_size;
6565

66-
#ifdef CONFIG_SYSCTL
67-
const char *ctl_table_path;
68-
#endif /* CONFIG_SYSCTL */
69-
7066
/* Init l3proto pernet data */
7167
int (*init_net)(struct net *net);
7268

0 commit comments

Comments
 (0)