diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-11-16 04:19:18 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-11-16 04:19:18 -0500 |
commit | 3bfd45f93c8bca7a5dc955235ff083602d95aa43 (patch) | |
tree | be31177ae09fec69a12a32e935e6395ef4fb5cdf /net/tipc | |
parent | c5d277d29ad1ae9add8d6984025ccd2e835971ce (diff) |
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 <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions