Emery Hemingway cb952d2087 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
2016-04-25 10:47:52 +02:00
..

This directory contains a service that provides the contents of a TAR archive
via the 'File_system::Session' interface.

Configuration:

! <config>
!   <archive name="tar_archive.tar" />
!   <policy label="label_of_client" root="/rootdir/for/client" />
! </config>

For an example, please refer to the 'libports/run/libc_fs_tar_fs.run' script.