https://bugs.kde.org/show_bug.cgi?id=493454
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from Mark Wielaard <m...@klomp.org> --- commit ddf397c024c80382f7a2f3a0d46d58fb839eef96 Author: Mark Wielaard <m...@klomp.org> Date: Sat Sep 21 22:27:24 2024 +0200 Add missing FUSE_COMPATIBLE_MAY_BLOCKs Various syscalls (in particular "at" variants) PRE handlers were missing a FUSE_COMPATIBLE_MAY_BLOCK statement. Add it to the generic PRE handlers of access and statfs64. And the linux PRE handlers of mknodat, fchownat, futimesat, utimensat, utimensat_time64, renameat, renameat2, readlinkat, fchmodat, fchmodat2, faccessat and faccessat2. https://bugs.kde.org/show_bug.cgi?id=493454 -- You are receiving this mail because: You are watching all bug changes.