Re: [PATCH v6 7/8] eventfs: Remove special processing of dput() of events directory

2023-11-01 Thread Google
On Wed, 01 Nov 2023 13:25:48 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > The top level events directory is no longer special with regards to how it > should be delete. Remove the extra processing for it in > eventfs_set_ei_status_free(). > Looks good to me. Reviewed-by:

[PATCH v6 7/8] eventfs: Remove special processing of dput() of events directory

2023-11-01 Thread Steven Rostedt
From: "Steven Rostedt (Google)" The top level events directory is no longer special with regards to how it should be delete. Remove the extra processing for it in eventfs_set_ei_status_free(). Cc: Ajay Kaher Signed-off-by: Steven Rostedt (Google) --- Changes since v5: