mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 08:43:13 +01:00
When sys_munmap() splits a vma, the new vma had no copy of the objects in the original vma. Now we fixed that using a vma_copy_links() function which can also be used as part of fork().