[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090323144108.GA2409@suse.de>
Date: Mon, 23 Mar 2009 07:41:08 -0700
From: Greg KH <gregkh@...e.de>
To: Ingo Molnar <mingo@...e.hu>
Cc: Frederic Weisbecker <fweisbec@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/5] debugfs: function to know if debugfs is initialized
On Mon, Mar 23, 2009 at 09:18:05AM +0100, Ingo Molnar wrote:
>
> * Frederic Weisbecker <fweisbec@...il.com> wrote:
>
> > With ftrace, some tracers are registered in early initcalls
> > and attempt to create files on the debugfs filesystem.
> > Depending on when they are activated, they can try to create their
> > file at any time. Some checks can be done on the tracing area
> > but providing a helper to know if debugfs is registered make it
> > really more easy.
> >
> > Cc: Greg Kroah-Hartman <gregkh@...e.de>
> > Signed-off-by: Frederic Weisbecker <fweisbec@...il.com>
> > ---
> > fs/debugfs/inode.c | 16 ++++++++++++++++
> > include/linux/debugfs.h | 8 ++++++++
> > 2 files changed, 24 insertions(+), 0 deletions(-)
>
> Greg, is this patch is fine with you?
This patch is fine with me, feel free to add:
Acked-by: Greg Kroah-Hartman <gregkh@...e.de>
to it.
> If yes, then would you mind if we picked this up into the tracing
> tree - as a subsequent fix-patch relies on it. There's no debugfs
> patches pending that i can see that would conflict with this.
Yes, that is fine, please take it through the tracing tree.
greg k-h
--
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