https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270283

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
In such situation, where you have a possibility of uncontrolled removal of the
list elements, usual approach is to put a marker element on the list. The
marker should be not subject for removal by any regular operations.

See e.g. MNT_VNODE_FOREACH* and vm_pageout.c (search for marker).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to