Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259459
b: refs/heads/master
c: ef0d5b2
h: refs/heads/master
i:
  259457: 176329b
  259455: b68c309
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 46ca8ec commit 147a4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ac4accb2bd619380c2404f9064e91f48674c6eb8
refs/heads/master: ef0d5b23022e207e9f367de52f4172daab3ac690
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ int hv_ringbuffer_read(struct hv_ring_buffer_info *inring_info, void *buffer,
/* Make sure all reads are done before we update the read index since */
/* the writer may start writing to the read area once the read index */
/*is updated */
mb();
smp_mb();

/* Update the read index */
hv_set_next_read_location(inring_info, next_read_location);
Expand Down

0 comments on commit 147a4b4

Please sign in to comment.