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:
b08c42b
)
xen-netfront: use netif_start_queue() on xennet_open()
author
Eduardo Habkost
<ehabkost@redhat.com>
Thu, 31 Jul 2008 20:36:55 +0000
(17:36 -0300)
committer
Jeff Garzik
<jgarzik@redhat.com>
Thu, 7 Aug 2008 06:11:17 +0000
(
02:11
-0400)
xen-netfront never called netif_start_queue() and was was waking the
queue on xennet_open(), triggering the BUG_ON() on __netif_schedule().
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
No differences found