genode/repos/dde_rump/src/server/rump_fs
Norman Feske 6609aafb05 Replace Quota_exceeded by Insufficient_ram_quota
This patch replaces the 'Parent::Quota_exceeded',
'Service::Quota_exceeded', and 'Root::Quota_exceeded' exceptions
by the single 'Insufficient_ram_quota' exception type.

Furthermore, the 'Parent' interface distinguished now between
'Out_of_ram' (the child's RAM is exhausted) from
'Insufficient_ram_quota' (the child's RAM donation does not suffice to
establish the session).

This eliminates ambiguities and removes the need to convert exception
types along the path of the session creation.

Issue #2398
2017-05-31 13:16:05 +02:00
..
directory.h rump_fs: handle errors on mkdir correctly 2017-03-24 16:20:05 +01:00
file_system.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
file_system.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
file.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
main.cc Replace Quota_exceeded by Insufficient_ram_quota 2017-05-31 13:16:05 +02:00
node.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
random.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
symlink.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
target.mk Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
undef.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00