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

Steven Rostedt posted 4 patches 1 year, 8 months ago
fs/tracefs/event_inode.c | 172 +++++++++++++----------------------------------
1 file changed, 46 insertions(+), 126 deletions(-)
[PATCH 0/4] eventfs: Simplify the permissions logic
Posted by Steven Rostedt 1 year, 8 months ago
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@gandalf.local.home/

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(-)