https://bugs.kde.org/show_bug.cgi?id=317127

--- Comment #14 from Paul Floyd <pjfl...@wanadoo.fr> ---
I think that the answer is to add something like

VG_(do_syscall3)(__NR_statfs, filename, &statfs);
if (statfs.f_type == BTRFS_SUPER_MAGIC) {
   cmp_devino = False;
}

inside the existing VGO_linux block.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to