Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377007
b: refs/heads/master
c: 4364d5f
h: refs/heads/master
i:
  377005: 239b1f9
  377003: a0478dc
  376999: 586477d
  376991: 20e21cc
v: v3
  • Loading branch information
Jason Wang authored and David S. Miller committed Jun 10, 2013
1 parent 839b416 commit 8395ea5
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: d88210910a34b3b5da71e13fc53859516104e232
refs/heads/master: 4364d5f96eed7994a2c625bd9216656e55fba0cb
3 changes: 2 additions & 1 deletion trunk/drivers/vhost/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ static void handle_tx(struct vhost_net *net)
kref_get(&ubufs->kref);
}
nvq->upend_idx = (nvq->upend_idx + 1) % UIO_MAXIOV;
}
} else
msg.msg_control = NULL;
/* TODO: Check specific error and bomb out unless ENOBUFS? */
err = sock->ops->sendmsg(NULL, sock, &msg, len);
if (unlikely(err < 0)) {
Expand Down

0 comments on commit 8395ea5

Please sign in to comment.