From: Changli Gao Date: Mon, 15 Nov 2010 10:59:03 +0000 (+0100) Subject: netfilter: nf_nat: don't use atomic bit operation X-Git-Tag: v2.6.39-rc1~468^2~510^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a2d3bcfcc86e2a8044258515b86492a37631a3;p=pandora-kernel.git 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 Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed