mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +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().