diff options
| -rw-r--r-- | kernel/trace/trace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index 11a04d6eaa23..7ca1993c33e4 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h | |||
| @@ -192,8 +192,8 @@ struct trace_array { | |||
| 192 | #ifdef CONFIG_FTRACE_SYSCALLS | 192 | #ifdef CONFIG_FTRACE_SYSCALLS |
| 193 | int sys_refcount_enter; | 193 | int sys_refcount_enter; |
| 194 | int sys_refcount_exit; | 194 | int sys_refcount_exit; |
| 195 | struct ftrace_event_file *enter_syscall_files[NR_syscalls]; | 195 | struct ftrace_event_file __rcu *enter_syscall_files[NR_syscalls]; |
| 196 | struct ftrace_event_file *exit_syscall_files[NR_syscalls]; | 196 | struct ftrace_event_file __rcu *exit_syscall_files[NR_syscalls]; |
| 197 | #endif | 197 | #endif |
| 198 | int stop_count; | 198 | int stop_count; |
| 199 | int clock_id; | 199 | int clock_id; |
