summaryrefslogtreecommitdiff
path: root/pathfs_frontend/write_lock.go
AgeCommit message (Collapse)Author
2016-01-24Add per-inode write mutexJakob Unterwurzacher
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.