Emery Hemingway 0b980073c1 VFS: close handles via handle method
The using pattern 'handle->close' is less error prone than attempting
'handle->ds().close(handle)' or 'fs.close(handle)'.

Ref #2782
2018-05-03 15:31:57 +02:00
..
2018-05-03 15:31:57 +02:00
2015-11-04 14:09:24 +01:00
2015-11-04 14:09:24 +01:00

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