Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-10 | Fix race condition in notify_* examples | Nikolaus Rath | -10/+17 | |
The fix in commit cf4159156b was incomplete. While some false positives are caused by sleep() in the file system taking longer than expected, there was also a race condition where the file system would run before the contents are initialized properly. | ||||
2016-10-09 | Use NULL as option processor where possible. | Nikolaus Rath | -9/+1 | |
2016-10-09 | Don't confuse lookup count for mountpoint and file | Nikolaus Rath | -2/+4 | |
I think this is the reason for a sporadic test failure, where fuse_lowlevel_notify_store() fails. | ||||
2016-10-09 | Renamed timefsN examples to fuse_notify_* | Nikolaus Rath | -0/+373 | |
This should make it more obvious at first glance what the different examples do. |