genode/repos/os/src
Christian Prochaska e3005266b6 vfs: no 'handle_io_response()' in regular VFS functions
Calling 'handle_io_response()' in a regular VFS function (in contrast to a
post-signal hook) can cause problems if the caller of the VFS function holds
a lock which prevents the io response handler from returning.

With this commit, the user of the VFS becomes responsible for unblocking
threads which might be blocking after a failed 'queue_read()', 'queue_sync()'
or 'write()' call.

Fixes #2896
2018-08-02 14:36:43 +02:00
..
app init: preserve final state of exited children 2018-07-03 09:39:30 +02:00
drivers platform_drv: use Expanding_reporter for pci report 2018-06-29 10:44:56 +02:00
init base: rm first-class support for static binaries 2018-08-02 14:36:38 +02:00
lib vfs: no 'handle_io_response()' in regular VFS functions 2018-08-02 14:36:43 +02:00
server Process packets in batches at the VFS server 2018-08-02 14:36:37 +02:00
test File_system packet processing test 2018-08-02 14:36:36 +02:00