libgocryptfs/pathfs_frontend
Jakob Unterwurzacher 2f32114bd3 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.
2016-01-24 13:08:08 +01:00
..
2016-01-24 13:08:08 +01:00
2015-12-13 20:24:13 +01:00
2016-01-24 13:08:08 +01:00