Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
according to rhashtable documentation:
Also, you may miss objects if there are removals in between rhashtable_walk_stop and the next call to rhashtable_walk_start.
so the fix could be to restart the iteration from scratch using rhashtable_walk_exit() and rhashtable_walk_enter()