Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141028
b: refs/heads/master
c: 3e1f60b
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Mar 23, 2009
1 parent 0006c14 commit 51ba013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0f92ba99bdeaf35f9c580291b4e1a657c67fbd4
refs/heads/master: 3e1f60b80cafcb5d7e8d3665b35962fbb8fb9efa
3 changes: 3 additions & 0 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3513,6 +3513,9 @@ struct dentry *tracing_init_dentry(void)
if (d_tracer)
return d_tracer;

if (!debugfs_initialized())
return NULL;

d_tracer = debugfs_create_dir("tracing", NULL);

if (!d_tracer && !once) {
Expand Down

0 comments on commit 51ba013

Please sign in to comment.