[PATCH 0/4] eventfs: Simplify the permissions logic

From: Steven Rostedt
Date: Wed May 22 2024 - 12:49:56 EST



While debugging the failure of the ownership test failing on the
second run again, I ended up greatly simplifying the eventfs code
with respect to the permissions, only to discover that the bug was
elsewhere[1].

But because of the great diff-stat that this produced, not to mention
the simplifying of the code, I'm going to try to get this into this
merge window.

[1] https://lore.kernel.org/linux-trace-kernel/20240522124504.28982867@xxxxxxxxxxxxxxxxxx/

Steven Rostedt (Google) (4):
eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()
eventfs: Remove getattr and permission callbacks
eventfs: Cleanup permissions in creation of inodes
eventfs: Do not use attributes for events directory

----
fs/tracefs/event_inode.c | 172 +++++++++++++----------------------------------
1 file changed, 46 insertions(+), 126 deletions(-)