Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259461
b: refs/heads/master
c: e690b5a
h: refs/heads/master
i:
  259459: 147a4b4
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 5c714b2 commit 732306a
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: df2a4a711478f5fc28b3ac85f07e191591e31eb0
refs/heads/master: e690b5a9be26965543b7252492ed22052af960b6
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 @@ -413,7 +413,7 @@ int hv_ringbuffer_write(struct hv_ring_buffer_info *outring_info,
sizeof(u64));

/* Make sure we flush all writes before updating the writeIndex */
mb();
smp_wmb();

/* Now, update the write location */
hv_set_next_write_location(outring_info, next_write_location);
Expand Down

0 comments on commit 732306a

Please sign in to comment.