Re: [PATCH 4/6] rhashtable: allow a walk of the hash table without missing objects.

From: David Miller
Date: Tue Mar 27 2018 - 11:49:47 EST


From: NeilBrown <neilb@xxxxxxxx>
Date: Tue, 27 Mar 2018 10:33:04 +1100

> In many cases where the walker needs to drop out of RCU protection,
> it will take a reference to the object and this can prevent it from
> being removed from the hash table. In those cases, the last-returned
> object can still be used as a cursor. rhashtable cannot detect
> these cases itself.

Merely having an elevated reference count does not explicitly prevent
the object from being removed from the hash table.

This invariant might hold for the particular user of the rhashtable
instance, but it is not always the case.