netfilter: nf_ct_frag6_sysctl_table is static
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 15 Nov 2010 17:18:29 +0000 (18:18 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 15 Nov 2010 17:18:29 +0000 (18:18 +0100)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter/nf_conntrack_reasm.c

index 3a3f129..eb9f1c0 100644 (file)
@@ -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,