mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
parent
e483fc2525
commit
a1fb51e050
@ -302,13 +302,6 @@ class Vfs_audit::File_system : public Vfs::File_system
|
||||
return h.audit->fs().ftruncate(h.audit, len);
|
||||
}
|
||||
|
||||
void register_read_ready_sigh(Vfs_handle *vfs_handle, Signal_context_capability sigh) override
|
||||
{
|
||||
Handle &h = *static_cast<Handle*>(vfs_handle);
|
||||
h.sync_state();
|
||||
return h.audit->fs().register_read_ready_sigh(h.audit, sigh);
|
||||
}
|
||||
|
||||
bool queue_sync(Vfs_handle *vfs_handle) override
|
||||
{
|
||||
Handle &h = *static_cast<Handle*>(vfs_handle);
|
||||
|
@ -96,9 +96,6 @@ struct Vfs::File_io_service : Interface
|
||||
virtual Ftruncate_result ftruncate(Vfs_handle *vfs_handle, file_size len) = 0;
|
||||
|
||||
|
||||
virtual void register_read_ready_sigh(Vfs_handle *, Signal_context_capability)
|
||||
{ }
|
||||
|
||||
/**********
|
||||
** Sync **
|
||||
**********/
|
||||
|
Loading…
x
Reference in New Issue
Block a user