diff options
| -rw-r--r-- | net/ipv4/netfilter/nf_nat_rule.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/ipv4/netfilter/nf_nat_rule.c b/net/ipv4/netfilter/nf_nat_rule.c index bea54a685109..8d489e746b21 100644 --- a/net/ipv4/netfilter/nf_nat_rule.c +++ b/net/ipv4/netfilter/nf_nat_rule.c @@ -61,7 +61,7 @@ static struct  static struct xt_table nat_table = {  	.name		= "nat",  	.valid_hooks	= NAT_VALID_HOOKS, -	.lock		= __RW_LOCK_UNLOCKED(__nat_table.lock), +	.lock		= __RW_LOCK_UNLOCKED(nat_table.lock),  	.me		= THIS_MODULE,  	.af		= AF_INET,  }; | 
