diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-11-15 18:18:29 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-11-15 18:18:29 +0100 |
commit | be9e9163afcfc3137e7c6377cb0c7b406318fde0 (patch) | |
tree | e4e32a5ab276d71dafca3e3a02598f87b591ddac /net/ipv6/netfilter | |
parent | 0e60ebe04c51807db972d03665651ae6b5c26d7e (diff) | |
download | talos-op-linux-be9e9163afcfc3137e7c6377cb0c7b406318fde0.tar.gz talos-op-linux-be9e9163afcfc3137e7c6377cb0c7b406318fde0.zip |
netfilter: nf_ct_frag6_sysctl_table is static
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv6/netfilter')
-rw-r--r-- | net/ipv6/netfilter/nf_conntrack_reasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c index 3a3f129a44cb..eb9f1c03de3f 100644 --- a/net/ipv6/netfilter/nf_conntrack_reasm.c +++ b/net/ipv6/netfilter/nf_conntrack_reasm.c @@ -73,7 +73,7 @@ static struct inet_frags nf_frags; static struct netns_frags nf_init_frags; #ifdef CONFIG_SYSCTL -struct ctl_table nf_ct_frag6_sysctl_table[] = { +static struct ctl_table nf_ct_frag6_sysctl_table[] = { { .procname = "nf_conntrack_frag6_timeout", .data = &nf_init_frags.timeout, |