mirror of
https://github.com/drasko/codezero.git
synced 2026-05-06 10:31:30 +02: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().