浏览代码

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>
Eric Dumazet 14 年之前
父节点
当前提交
be9e9163af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/ipv6/netfilter/nf_conntrack_reasm.c

+ 1 - 1
net/ipv6/netfilter/nf_conntrack_reasm.c

@@ -73,7 +73,7 @@ static struct inet_frags nf_frags;
 static struct netns_frags nf_init_frags;
 static struct netns_frags nf_init_frags;
 
 
 #ifdef CONFIG_SYSCTL
 #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",
 		.procname	= "nf_conntrack_frag6_timeout",
 		.data		= &nf_init_frags.timeout,
 		.data		= &nf_init_frags.timeout,