mbox series

[v3,0/2] eventfs: Create dentries and inodes at dir open

Message ID 20240116225531.681181743@goodmis.org (mailing list archive)
Headers show
Series eventfs: Create dentries and inodes at dir open | expand

Message

Steven Rostedt Jan. 16, 2024, 10:55 p.m. UTC
[ subject is still wrong, but is to match v2, see patch 2 for correct subject ]


Changes since v2: https://lore.kernel.org/all/20240116211217.968123837@goodmis.org/

Implemented Linus's suggestion to just change the iterate_shared to
use the hard coded inodes.


Steven Rostedt (Google) (2):
      eventfs: Have the inodes all for files and directories all be the same
      eventfs: Do not create dentries nor inodes in iterate_shared

----
 fs/tracefs/event_inode.c | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)