Re: [PATCH v6 8/8] eventfs: Use simple_recursive_removal() to clean up dentries

2023-11-02 Thread Google
On Wed, 01 Nov 2023 13:25:49 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Looking at how dentry is removed via the tracefs system, I found that > eventfs does not do everything that it did under tracefs. The tracefs > removal of a dentry calls simple_recursive_removal()

[PATCH v6 8/8] eventfs: Use simple_recursive_removal() to clean up dentries

2023-11-01 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Looking at how dentry is removed via the tracefs system, I found that eventfs does not do everything that it did under tracefs. The tracefs removal of a dentry calls simple_recursive_removal() that does a lot more than a simple d_invalidate(). As it should be a