Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88192
b: refs/heads/master
c: 6ea0a46
h: refs/heads/master
v: v3
  • Loading branch information
Anthony Liguori authored and Linus Torvalds committed Apr 7, 2008
1 parent 4dc3125 commit 9d1bc89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 099c736a470c8080a166e7a089f1e48e15f9947c
refs/heads/master: 6ea0a4679d6a11c66cfeb26d15244fb6f9b52d14
1 change: 0 additions & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ static int start_xmit(struct sk_buff *skb, struct net_device *dev)
/* Activate callback for using skbs: if this returns false it
* means some were used in the meantime. */
if (unlikely(!vi->svq->vq_ops->enable_cb(vi->svq))) {
printk("Unlikely: restart svq race\n");
vi->svq->vq_ops->disable_cb(vi->svq);
netif_start_queue(dev);
goto again;
Expand Down

0 comments on commit 9d1bc89

Please sign in to comment.