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)
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>

No differences found