Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146028
b: refs/heads/master
c: 339ae5d
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Apr 17, 2009
1 parent 3af8c9c commit be0983e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 76aa81118ddfbb3dc31533030cf3ec329dd067a6
refs/heads/master: 339ae5d3c3fc2025e3657637921495fd600027c7
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -4002,7 +4002,7 @@ static __init int tracer_init_debugfs(void)
trace_create_file("available_tracers", 0444, d_tracer,
&global_trace, &show_traces_fops);

trace_create_file("current_tracer", 0444, d_tracer,
trace_create_file("current_tracer", 0644, d_tracer,
&global_trace, &set_tracer_fops);

trace_create_file("tracing_max_latency", 0644, d_tracer,
Expand All @@ -4011,7 +4011,7 @@ static __init int tracer_init_debugfs(void)
trace_create_file("tracing_thresh", 0644, d_tracer,
&tracing_thresh, &tracing_max_lat_fops);

trace_create_file("README", 0644, d_tracer,
trace_create_file("README", 0444, d_tracer,
NULL, &tracing_readme_fops);

trace_create_file("trace_pipe", 0444, d_tracer,
Expand Down

0 comments on commit be0983e

Please sign in to comment.