Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
[deliverable/linux.git] / drivers / hv / ring_buffer.c
index dd255c9b94205979488b377a743bc2ea88358335..fe586bf74e17c6c277e568922fa9ad6f16e30fdc 100644 (file)
@@ -132,6 +132,7 @@ hv_set_next_read_location(struct hv_ring_buffer_info *ring_info,
                    u32 next_read_location)
 {
        ring_info->ring_buffer->read_index = next_read_location;
+       ring_info->priv_read_index = next_read_location;
 }
 
 /* Get the size of the ring buffer. */
This page took 0.025644 seconds and 5 git commands to generate.