Skip to content

Commit

Permalink
tracing: Mark tracing_dentry_percpu() static
Browse files Browse the repository at this point in the history
Nothing outside of kernel/trace/trace.c references tracing_dentry_percpu().

Link: http://lkml.kernel.org/r/1353302917-13995-7-git-send-email-josh@joshtriplett.org

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
  • Loading branch information
Josh Triplett authored and Steven Rostedt committed Jan 25, 2013
1 parent 203e04c commit b736f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -4506,7 +4506,7 @@ struct dentry *tracing_init_dentry(void)

static struct dentry *d_percpu;

struct dentry *tracing_dentry_percpu(void)
static struct dentry *tracing_dentry_percpu(void)
{
static int once;
struct dentry *d_tracer;
Expand Down

0 comments on commit b736f48

Please sign in to comment.