mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
parent
c1e181a407
commit
091e5157aa
@ -232,7 +232,7 @@ class Vfs_server::Session_component : private Session_resources,
|
||||
}
|
||||
});
|
||||
}
|
||||
catch (File_system::Invalid_handle) {
|
||||
catch (::File_system::Invalid_handle) {
|
||||
consume_and_ack_invalid_packet(); }
|
||||
|
||||
if (!progress_in_iteration)
|
||||
|
@ -443,7 +443,7 @@ class Vfs_server::Io_node : public Vfs_server::Node,
|
||||
void _execute_write_timestamp()
|
||||
{
|
||||
try {
|
||||
_packet.with_timestamp([&] (File_system::Timestamp const time) {
|
||||
_packet.with_timestamp([&] (::File_system::Timestamp const time) {
|
||||
Vfs::Timestamp ts { .value = time.value };
|
||||
_handle.fs().update_modification_timestamp(&_handle, ts);
|
||||
});
|
||||
@ -868,7 +868,7 @@ struct Vfs_server::Directory : Io_node
|
||||
Session_writeable const _writeable;
|
||||
|
||||
typedef Directory_service::Dirent Vfs_dirent;
|
||||
typedef File_system::Directory_entry Fs_dirent;
|
||||
typedef ::File_system::Directory_entry Fs_dirent;
|
||||
|
||||
bool _position_and_length_aligned_with_dirent_size()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user