Re: [PATCH v5 1/7] eventfs: Remove "is_freed" union with rcu head

2023-11-01 Thread Google
On Tue, 31 Oct 2023 18:33:27 -0400 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > The eventfs_inode->is_freed was a union with the rcu_head with the > assumption that when it was on the srcu list the head would contain a > pointer which would make "is_freed" true. But that was a

[PATCH v5 1/7] eventfs: Remove "is_freed" union with rcu head

2023-10-31 Thread Steven Rostedt
From: "Steven Rostedt (Google)" The eventfs_inode->is_freed was a union with the rcu_head with the assumption that when it was on the srcu list the head would contain a pointer which would make "is_freed" true. But that was a wrong assumption as the rcu head is a single link list where the last