Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141013
b: refs/heads/master
c: 9bd7d09
h: refs/heads/master
i:
  141011: 719076d
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Mar 23, 2009
1 parent 5ba50ef commit 1012dbc
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: fe9f57f250ab4d781b99504caeb218ca2db14c1a
refs/heads/master: 9bd7d099ab3f10dd666da399c064999bae427cd9
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_events.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ event_subsystem_dir(const char *name, struct dentry *d_events)

system->preds = NULL;

entry = debugfs_create_file("filter", 0444, system->entry, system,
entry = debugfs_create_file("filter", 0644, system->entry, system,
&ftrace_subsystem_filter_fops);
if (!entry)
pr_warning("Could not create debugfs "
Expand Down Expand Up @@ -769,7 +769,7 @@ event_create_dir(struct ftrace_event_call *call, struct dentry *d_events)
}
}

entry = debugfs_create_file("filter", 0444, call->dir, call,
entry = debugfs_create_file("filter", 0644, call->dir, call,
&ftrace_event_filter_fops);
if (!entry)
pr_warning("Could not create debugfs "
Expand Down

0 comments on commit 1012dbc

Please sign in to comment.