summaryrefslogtreecommitdiff
path: root/include/linux/perf_event.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2013-06-19 12:44:41 +0200
committerIngo Molnar <mingo@kernel.org>2013-06-19 12:44:41 +0200
commiteff2108f020f30eb90462205ecf3ce10a420938b (patch)
tree27d1fc8ab23cd81e4863c29cddc0fbe8cfe68431 /include/linux/perf_event.h
parentafb71193a4d8e4a3c4c52a80a8cbee76582f0e90 (diff)
parentf1a527899ef0a8a241eb3bea619eb2e29d797f44 (diff)
Merge branch 'perf/urgent' into perf/core
Merge in the latest fixes, to avoid conflicts with ongoing work. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r--include/linux/perf_event.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 6fddac1b27cb..74a4e14ab60b 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -390,8 +390,7 @@ struct perf_event {
/* mmap bits */
struct mutex mmap_mutex;
atomic_t mmap_count;
- int mmap_locked;
- struct user_struct *mmap_user;
+
struct ring_buffer *rb;
struct list_head rb_entry;