diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/nf_nat_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_core.c b/net/ipv4/netfilter/nf_nat_core.c index 447bc5cfdc6c..072bb5330315 100644 --- a/net/ipv4/netfilter/nf_nat_core.c +++ b/net/ipv4/netfilter/nf_nat_core.c | |||
@@ -318,7 +318,7 @@ nf_nat_setup_info(struct nf_conn *ct, | |||
318 | srchash = hash_by_src(net, nf_ct_zone(ct), | 318 | srchash = hash_by_src(net, nf_ct_zone(ct), |
319 | &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); | 319 | &ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple); |
320 | spin_lock_bh(&nf_nat_lock); | 320 | spin_lock_bh(&nf_nat_lock); |
321 | /* nf_conntrack_alter_reply might re-allocate exntension aera */ | 321 | /* nf_conntrack_alter_reply might re-allocate extension area */ |
322 | nat = nfct_nat(ct); | 322 | nat = nfct_nat(ct); |
323 | nat->ct = ct; | 323 | nat->ct = ct; |
324 | hlist_add_head_rcu(&nat->bysource, | 324 | hlist_add_head_rcu(&nat->bysource, |