mirror of
https://github.com/drasko/codezero.git
synced 2026-07-12 10:24:12 +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().