From: Eric Dumazet Date: Tue, 16 Nov 2010 09:19:18 +0000 (+0100) Subject: netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert() X-Git-Tag: v2.6.39-rc1~468^2~510^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bfd45f93c8bca7a5dc955235ff083602d95aa43;p=pandora-kernel.git netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert() Instead of doing atomic_inc(&exp->use) twice, call atomic_add(2, &exp->use); Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed