Norman Feske 2b5f4b0aaf file system: Exception for non-permitted symlinks
Until now, there was not exception type for the condition where a
symlink was created on a file system w/o supporting symlinks, e.g., FAT.
The corresponding file-system server (ffat_fs) used to return a negative
handle as a work around. I added 'Permission_denied' to the list of
exceptions thrown by 'File_system::Session::symlink' to handle this case
in a clean way.
2014-04-24 14:56:36 +02:00
..
2013-01-10 21:44:47 +01:00
2013-10-30 12:27:44 +01:00
2013-01-10 21:44:47 +01:00
2014-04-01 16:42:37 +02:00
2013-08-15 09:22:50 +02:00
2014-02-25 14:58:04 +01:00