mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-06-11 02:16:01 -04:00
The current tear down implementation assumes that all data mappings & intermediate tables need to be free'd. That might not provide enough flexibility for all tear-down scenarios. Provide a more flexible API, passing current walk state into a control function which makes a descision regarding tear-down and recursion.