Re: [PATCH 1/1] kernel/trace/ftrace.c: replace kmalloc/snprintf by kasprintf

From: Steven Rostedt
Date: Mon Jun 09 2014 - 09:49:43 EST


On Mon, 9 Jun 2014 13:47:21 +0200
Fabian Frederick <fabf@xxxxxxxxx> wrote:

> @@ -1097,7 +1094,6 @@ static __init void ftrace_profile_debugfs(struct dentry *d_tracer)
> return;
> }
> }
> -

Unneeded change.

-- Steve

> entry = debugfs_create_file("function_profile_enabled", 0644,
> d_tracer, NULL, &ftrace_profile_fops);
> if (!entry)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/