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

Steven Rostedt posted 2 patches 1 year, 11 months ago
fs/tracefs/event_inode.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
Posted by Steven Rostedt 1 year, 11 months ago
[ 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(-)