1
0
Files
linux/net
Eric Dumazet 3bfd45f93c 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>
2010-11-16 10:19:18 +01:00
..
2010-10-25 13:09:44 -07:00
2010-10-25 13:09:43 -07:00
2010-11-09 09:22:31 -08:00
2010-10-21 15:44:13 +02:00
2010-10-29 04:16:28 -04:00
2010-11-08 13:50:09 -08:00
2010-10-21 03:09:46 -07:00
2010-10-15 15:53:27 +02:00