]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/netfilter/nf_conntrack_core.c
netfilter: nf_conntrack: remove an atomic bit operation
authorChangli Gao <xiaosuo@gmail.com>
Tue, 18 Jan 2011 14:08:13 +0000 (15:08 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 18 Jan 2011 14:08:13 +0000 (15:08 +0100)
commit45eec34195853e918518231dcefaca1ea4ebacfc
tree65c7a899c1a2ceb36d3b13e01320810cbaf7bb0f
parenta7c2f4d7daf9bbea362763fa7353b1862a2487ad
netfilter: nf_conntrack: remove an atomic bit operation

As this ct won't be seen by the others, we don't need to set the
IPS_CONFIRMED_BIT in atomic way.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Cc: Tim Gardner <tim.gardner@canonical.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_core.c