netfilter: nf_nat: don't use atomic bit operation
authorChangli Gao <xiaosuo@gmail.com>
Mon, 15 Nov 2010 10:59:03 +0000 (11:59 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 15 Nov 2010 10:59:03 +0000 (11:59 +0100)
commit76a2d3bcfcc86e2a8044258515b86492a37631a3
treef6363f3a6d48becbfe15320744cddc6d4bab30a6
parent0f8e80044b26b4b30213a3fdffebd325cdc21362
netfilter: nf_nat: don't use atomic bit operation

As we own the conntrack and the others can't see it until we confirm it,
we don't need to use atomic bit operation on ct->status.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_nat_core.h
net/ipv4/netfilter/nf_nat_core.c