[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [NET] front: Remove duplicate maybe_wake_tx
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 292b4d017d5654caf20a7726c11967bad6de5af5 # Parent 167790b102ac48e6645882b0cf74ffdb60758f3c [NET] front: Remove duplicate maybe_wake_tx Since network_tx_buf_gc unconditionally calls network_maybe_wake_tx at the end, there is no need to call it again right after a call to network_tx_buf_gc. Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> --- linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c | 2 -- 1 files changed, 2 deletions(-) diff -r 167790b102ac -r 292b4d017d56 linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c --- a/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Fri May 19 15:52:35 2006 +0100 +++ b/linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c Fri May 19 15:58:46 2006 +0100 @@ -1045,8 +1045,6 @@ static void network_connect(struct net_d notify_remote_via_irq(np->irq); network_tx_buf_gc(dev); - network_maybe_wake_tx(dev); - spin_unlock(&np->rx_lock); spin_unlock_irq(&np->tx_lock); } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |