diff options
author | Tejun Heo <[email protected]> | 2011-11-23 08:49:49 -0800 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2011-12-01 22:16:47 -0500 |
commit | d3d9acf646679c1981032b0985b386d12fccc60c (patch) | |
tree | 68df9e100ae7304a1384160b5d1b068241f4d1fe /net/lapb/lapb_subr.c | |
parent | 4a1dba72384193753e44e15d9d05a50be6587271 (diff) |
trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter
ftrace_event_call->filter is sched RCU protected but didn't use
rcu_assign_pointer(). Use it.
TODO: Add proper __rcu annotation to call->filter and all its users.
-v2: Use RCU_INIT_POINTER() for %NULL clearing as suggested by Eric.
Link: http://lkml.kernel.org/r/[email protected]
Cc: Eric Dumazet <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: [email protected] # (2.6.39+)
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions