Skip to content

Fix fileopstest-filejob failing in testRenameOps on FreeBSD

Fabian Vogt requested to merge fvogt/kio-fuse:freebsdfix into master

The kernel caches the data of the node, so the read doesn't even end up in kio-fuse. While kio-fuse requests that the writeback caching is disabled, this doesn't seem to be the case.

Merge request reports