https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239672
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Works As Intended --- Comment #5 from Conrad Meyer <[email protected]> --- (In reply to Chuhong Yuan from comment #4) > (In reply to Conrad Meyer from comment #3) > I am not very clear about how to revise it... > remove_node() will remove the node from "all_head" list and free the node, > so how to call it in the first pass but just mark the nodes for removal and > do not remove or free the nodes? You would modify remove_node(). However, if you don't have clear motivation to improve this algorithm (performance does not matter), don't have a good grasp of what the algorithm does, why are you trying to change it? -- 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]"
