[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140428075318.GB31522@pd.tnic>
Date: Mon, 28 Apr 2014 09:53:18 +0200
From: Borislav Petkov <bp@...en8.de>
To: xiakaixu <xiakaixu@...wei.com>, Namhyung Kim <namhyung@...nel.org>
Cc: linux-kernel@...r.kernel.org, paulus@...ba.org,
Ingo Molnar <mingo@...nel.org>, a.p.zijlstra@...llo.nl,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Huxinwei <huxinwei@...wei.com>, Genghui <hui.geng@...wei.com>,
jolsa@...hat.com, peifeiyue@...wei.com
Subject: Re: [PATCH] perf tools: Remove extra '/' character in events file
path
On Mon, Apr 28, 2014 at 10:01:30AM +0800, xiakaixu wrote:
> >> diff --git a/tools/lib/api/fs/debugfs.c b/tools/lib/api/fs/debugfs.c
> >> index 7c43479..a74fba6 100644
> >> --- a/tools/lib/api/fs/debugfs.c
> >> +++ b/tools/lib/api/fs/debugfs.c
> >> @@ -12,8 +12,8 @@
> >> char debugfs_mountpoint[PATH_MAX + 1] = "/sys/kernel/debug";
> >>
> >> static const char * const debugfs_known_mountpoints[] = {
> >> - "/sys/kernel/debug/",
> >> - "/debug/",
> >> + "/sys/kernel/debug",
> >> + "/debug",
Right, fs/debugfs.c needs to get merged with fs/fs.c at some point.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
--
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