commit | 76a2d3bcfcc86e2a8044258515b86492a37631a3 | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Mon Nov 15 11:59:03 2010 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Nov 15 11:59:03 2010 +0100 |
tree | f6363f3a6d48becbfe15320744cddc6d4bab30a6 | |
parent | 0f8e80044b26b4b30213a3fdffebd325cdc21362 [diff] |
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>