Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361478
b: refs/heads/master
c: 46aa92d
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin authored and David S. Miller committed Mar 17, 2013
1 parent 8753756 commit 0d1d656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 3d84fa98aca7f05f7010022bc45acb1b50326332
refs/heads/master: 46aa92d1ba162b4b3d6b7102440e459d4e4ee255
3 changes: 2 additions & 1 deletion trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ static void handle_tx(struct vhost_net *net)
msg.msg_controllen = 0;
ubufs = NULL;
} else {
struct ubuf_info *ubuf = &vq->ubuf_info[head];
struct ubuf_info *ubuf;
ubuf = vq->ubuf_info + vq->upend_idx;

vq->heads[vq->upend_idx].len =
VHOST_DMA_IN_PROGRESS;
Expand Down

0 comments on commit 0d1d656

Please sign in to comment.