mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +00:00
os: remove catch-all from FS VFS update mtime
Only 'alloc_packet' is supposed to throw an exception, which is already caught. The 'submit_packet' call does not need further handling. Issue #3713.
This commit is contained in:
parent
ddc0caa605
commit
df553e9360
@ -289,9 +289,6 @@ class Vfs::Fs_file_system : public File_system
|
||||
source.submit_packet(p);
|
||||
} catch (::File_system::Session::Tx::Source::Packet_alloc_failed) {
|
||||
return false;
|
||||
} catch (...) {
|
||||
Genode::error("unhandled exception");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user