[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230726163359.5c0f247b@rorschach.local.home>
Date: Wed, 26 Jul 2023 16:34:17 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Ajay Kaher <akaher@...are.com>
Cc: shuah@...nel.org, mhiramat@...nel.org, chinglinyu@...gle.com,
linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-trace-kernel@...r.kernel.org, lkp@...el.com,
namit@...are.com, oe-lkp@...ts.linux.dev, amakhalov@...are.com,
er.ajay.kaher@...il.com, srivatsa@...il.mit.edu, tkundu@...are.com,
vsirnapalli@...are.com
Subject: Re: [PATCH v5 07/10] eventfs: Implement functions to create files
and dirs when accessed
On Sun, 23 Jul 2023 01:07:02 +0530
Ajay Kaher <akaher@...are.com> wrote:
> --- a/include/linux/tracefs.h
> +++ b/include/linux/tracefs.h
> @@ -23,6 +23,13 @@ struct file_operations;
>
> struct eventfs_file;
>
> +struct dentry *eventfs_start_creating(const char *name,
> + struct dentry *parent);
> +
> +struct dentry *eventfs_failed_creating(struct dentry *dentry);
> +
> +struct dentry *eventfs_end_creating(struct dentry *dentry);
> +
These should go into the internal.h header and not be exposed to users
of tracefs.
-- Steve
Powered by blists - more mailing lists