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:
ec43b1a
)
net: Fix locking in flush_backlog
author
Tom Herbert
<therbert@google.com>
Tue, 23 Mar 2010 13:39:19 +0000
(13:39 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 24 Mar 2010 06:17:18 +0000
(23:17 -0700)
Need to take spinlocks when dequeuing from input_pkt_queue in flush_backlog.
Also, flush_backlog can now be called directly from netdev_run_todo.
Signed-off-by: Tom Herbert <therbert@google.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found