diff options
author | Jakob Unterwurzacher | 2016-01-24 13:08:08 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-24 13:08:08 +0100 |
commit | 2f32114bd356c2124d75fb1879ff230fc1f0ca1b (patch) | |
tree | 07c09e6926882bbb859e0c5999860a90833a10ee /integration_tests/example_filesystems/v0.7 | |
parent | dac9f71089b1f20493b29edcec848ab188944990 (diff) |
Add per-inode write mutex
At the moment, FUSE writes to a single file are serialized by the kernel.
However, it is unclear if this is guaranteed behaviour or may change
in the future.
This patch adds our own per-inode write lock to rule out races regardless
of kernel behavoir.
Diffstat (limited to 'integration_tests/example_filesystems/v0.7')
0 files changed, 0 insertions, 0 deletions