Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106986
b: refs/heads/master
c: 9254926
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Jul 28, 2008
1 parent f7098ff commit 7cf3308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: aa1249840bfc8d62431eed5796bf99887b963ab6
refs/heads/master: 9254926f85466979ef5f0e16386c294bf0973a90
2 changes: 0 additions & 2 deletions trunk/Documentation/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,6 @@ static bool handle_tun_input(int fd, struct device *dev)
* early, the Guest won't be ready yet. Wait until the device
* status says it's ready. */
/* FIXME: Actually want DRIVER_ACTIVE here. */
if (dev->desc->status & VIRTIO_CONFIG_S_DRIVER_OK)
warn("network: no dma buffer!");

/* Now tell it we want to know if new things appear. */
dev->vq->vring.used->flags &= ~VRING_USED_F_NO_NOTIFY;
Expand Down

0 comments on commit 7cf3308

Please sign in to comment.