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:
2bf0748
)
netfilter: ip_queue: rwlock to spinlock conversion
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 9 Jun 2010 13:47:41 +0000
(15:47 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Wed, 9 Jun 2010 13:47:41 +0000
(15:47 +0200)
Converts queue_lock rwlock to a spinlock.
(readlocked part can be changed by reads of integer values)
One atomic operation instead of four per ipq_enqueue_packet() call.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found