mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-30 23:56:39 +00:00
In general, requesting a dataspace from a server twice is no good idea. The server might react in a unrecoverable fashion. E.g. the rom_fs service always throws away the corresponding dataspace from the first call of dataspace(), and constructs a new one.