git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d277d
)
netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 16 Nov 2010 09:19:18 +0000
(10:19 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Tue, 16 Nov 2010 09:19:18 +0000
(10:19 +0100)
Instead of doing atomic_inc(&exp->use) twice,
call atomic_add(2, &exp->use);
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found