[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140609094936.0ac57dfb@gandalf.local.home>
Date: Mon, 9 Jun 2014 09:49:36 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Fabian Frederick <fabf@...net.be>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/1] kernel/trace/ftrace.c: replace kmalloc/snprintf by
kasprintf
On Mon, 9 Jun 2014 13:47:21 +0200
Fabian Frederick <fabf@...net.be> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists