Re: [PATCH 1/5] tools lib fs: Add helper to find mounted file systems

From: Steven Rostedt
Date: Sun Jan 25 2015 - 14:20:40 EST


On Sun, 25 Jan 2015 17:41:00 +0100
Jiri Olsa <jolsa@xxxxxxxxxx> wrote:

> On Sat, Jan 24, 2015 at 01:13:31PM -0500, Steven Rostedt wrote:
>

> > - debugfs_found = true;
> > -
> > - return debugfs_mountpoint;
> > + return find_mountpoint("debugfs", (long) DEBUGFS_MAGIC,
> > + debugfs_mountpoint, PATH_MAX + 1,
> > + debugfs_known_mountpoints);
> > }
>
> debugfs_found is no longer set 'true' by debugfs_find_mountpoint
>

Grumble. Will fix, thanks.

-- Steve
--
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/