Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205323
b: refs/heads/master
c: 985023d
h: refs/heads/master
i:
  205321: 079212d
  205319: 89f12b2
v: v3
  • Loading branch information
Richard Kennedy authored and Steven Rostedt committed Jul 21, 2010
1 parent 942050c commit 76cf36c
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: e870e9a1240bcef1157ffaaf71dac63362e71904
refs/heads/master: 985023dee6e212493831431ba2e3ce8918f001b2
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ring_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ int ring_buffer_print_page_header(struct trace_seq *s)
*/
struct ring_buffer_per_cpu {
int cpu;
atomic_t record_disabled;
struct ring_buffer *buffer;
spinlock_t reader_lock; /* serialize readers */
arch_spinlock_t lock;
Expand All @@ -462,7 +463,6 @@ struct ring_buffer_per_cpu {
unsigned long read;
u64 write_stamp;
u64 read_stamp;
atomic_t record_disabled;
};

struct ring_buffer {
Expand Down

0 comments on commit 76cf36c

Please sign in to comment.