Re: [PATCH v5 2/7] eventfs: Have a free_ei() that just frees the eventfs_inode

2023-11-01 Thread Google
On Tue, 31 Oct 2023 18:33:28 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > As the eventfs_inode is freed in two different locations, make a helper > function free_ei() to make sure all the allocated fields of the > eventfs_inode is freed. > > This requires renaming the exis

[PATCH v5 2/7] eventfs: Have a free_ei() that just frees the eventfs_inode

2023-10-31 Thread Steven Rostedt
From: "Steven Rostedt (Google)" As the eventfs_inode is freed in two different locations, make a helper function free_ei() to make sure all the allocated fields of the eventfs_inode is freed. This requires renaming the existing free_ei() which is called by the srcu handler to free_rcu_ei() and h