Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352760
b: refs/heads/master
c: 3e55f8b
h: refs/heads/master
v: v3
  • Loading branch information
David Vrabel authored and David S. Miller committed Feb 14, 2013
1 parent 9b8960f commit a5d381d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35876b5ffc154c357476b2c3bdab10feaf4bd8f0
refs/heads/master: 3e55f8b306cf305832a4ac78aa82e1b40e818ece
3 changes: 1 addition & 2 deletions trunk/drivers/net/xen-netback/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ static void xenvif_up(struct xenvif *vif)
static void xenvif_down(struct xenvif *vif)
{
disable_irq(vif->irq);
del_timer_sync(&vif->credit_timeout);
xen_netbk_deschedule_xenvif(vif);
xen_netbk_remove_xenvif(vif);
}
Expand Down Expand Up @@ -363,8 +364,6 @@ void xenvif_disconnect(struct xenvif *vif)
atomic_dec(&vif->refcnt);
wait_event(vif->waiting_to_free, atomic_read(&vif->refcnt) == 0);

del_timer_sync(&vif->credit_timeout);

if (vif->irq)
unbind_from_irqhandler(vif->irq, vif);

Expand Down

0 comments on commit a5d381d

Please sign in to comment.