mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 06:31:10 +00:00
The using pattern 'handle->close' is less error prone than attempting 'handle->ds().close(handle)' or 'fs.close(handle)'. Ref #2782
Vfs_stress populates, writes, and reads a file system using multiple threads. The following attributes on the <config> node control test behaviour: * depth - maximum tree depth, defaults to sixteen * threads - number of threads to start, defaults to six * write - perform write test * read - perform read test * unlink - unlink all generated files