Re: [PATCH] tracefs/eventfs: Use root and instance inodes as default ownership
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2024-01-07 18:32:32
Also in:
linux-fsdevel, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2024-01-07 18:32:32
Also in:
linux-fsdevel, lkml
On Sun, 7 Jan 2024 13:29:12 -0500 Steven Rostedt [off-list ref] wrote:
quoted
IOW, the inode_permission() in lookup_one_len() that eventfs does is redundant and just wrong.I don't think so.
Just to make it clear. eventfs has nothing to do with mkdir instance/foo. It exists without that. Although one rationale to do eventfs was so that the instance directories wouldn't recreate the same 10thousands event inodes and dentries for every mkdir done. -- Steve