mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
obscure File_system::Out_of_node_handles exception
Replace the Out_of_node_handles exception with Out_of_metadata. Clients need to know when the server is out of internal resources, but not why. Cleanup and sort the errors at file_system_session.h. Remove 'Size_limit_reached exception' from File_system, which was internal to ram_fs. Issue #1751 Fixes #1909
This commit is contained in:
committed by
Christian Helmuth
parent
58632ab8b5
commit
cb952d2087
@ -97,7 +97,6 @@ class File_system::Session_component : public Session_rpc_object
|
||||
_process_packet_op(packet, *node);
|
||||
}
|
||||
catch (Invalid_handle) { PERR("Invalid_handle"); }
|
||||
catch (Size_limit_reached) { PERR("Size_limit_reached"); }
|
||||
|
||||
/*
|
||||
* The 'acknowledge_packet' function cannot block because we
|
||||
|
Reference in New Issue
Block a user