mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
AddressSpace::try_allocate_split_region() was updating the cow map of new_region based on the cow map of source_region. The problem is that both new_region and source_region reference the same vmobject and the same cow map, so these cow map updates didn't actually change anything. This commit: * removes the cow map updates from try_allocate_split_region() * removes Region::set_should_cow() since it is no longer used
16 KiB
16 KiB