search for: 1267a3d

Displaying 2 results from an estimated 2 matches for "1267a3d".

Did you mean: 12673
2011 May 18
0
[PATCH RFC] vhost: fix enable notify: write out last avail value we saw
...ng on addressing Rusty's comments for that now. Will push to my git tree event idx branch for everyone's testing pleasure shortly. drivers/vhost/vhost.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2aea4cb..1267a3d 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -1438,7 +1438,7 @@ bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) return false; } } else { - r = put_user(vq->last_avail_idx, vhost_avail_event(vq)); + r = put_user(vq->avail_idx, vhost_a...
2011 May 18
0
[PATCH RFC] vhost: fix enable notify: write out last avail value we saw
...ng on addressing Rusty's comments for that now. Will push to my git tree event idx branch for everyone's testing pleasure shortly. drivers/vhost/vhost.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2aea4cb..1267a3d 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -1438,7 +1438,7 @@ bool vhost_enable_notify(struct vhost_dev *dev, struct vhost_virtqueue *vq) return false; } } else { - r = put_user(vq->last_avail_idx, vhost_avail_event(vq)); + r = put_user(vq->avail_idx, vhost_a...