mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
The COW plugin provided only partial copy-on-write semantics and had problems detecting recursive requests. Conversely, the import plugin has much simpler behavior that is easy to test because it mirrors that of the ram_fs server. Ref #2745