https://bugs.kde.org/show_bug.cgi?id=367615
Deepankar Sharma <deepankar.sha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |UNCONFIRMED Resolution|WAITINGFORINFO |--- --- Comment #4 from Deepankar Sharma <deepankar.sha...@gmail.com> --- I found the offending syscall, it was a lstat. Here is the output from strace, last column shows time spent inside the call. -> lstat("/home/dman/mounts/nas/data/lect4.mp4", 0x7fffffffd3e0) = -1 EHOSTDOWN (Host is down) <9.997394> I suspect that lstat is being called on recently accessed files? ls blocks too in this case. -- You are receiving this mail because: You are watching all bug changes.