https://bugs.kde.org/show_bug.cgi?id=317127
--- Comment #22 from Mark Wielaard <m...@klomp.org> --- Created attachment 171372 --> https://bugs.kde.org/attachment.cgi?id=171372&action=edit Avoid dev/inode check on btrfs with --sanity-level=3 With --sanity-level=3 or higher the aspacemgr sanity checks the device/inode numbers from /proc/self/maps to the file stat results. These don't match on btrfs. So detect when a file is on a btrfs volume and ignore the check in that case. On Linux we can use the statfs call for that, except on nanomips (which also doesn't have a sys_fstatfs syswrap). Tested on (linux) i686, x86_64, aarch64, ppc64le and s390x. -- You are receiving this mail because: You are watching all bug changes.