https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239672
--- Comment #3 from Conrad Meyer <[email protected]> --- This change isn't quite right either. The remove_node() traversal needs to happen on the first pass. It can mark the nodes for removal during that pass, but cannot remove them from the "all_head" list (nor free them, of course). The question that comes to mind is, why does this function's performance matter at all? It can only be invoked manually from a sysctl. Does it take material time? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
