https://bugs.kde.org/show_bug.cgi?id=369094
--- Comment #6 from [email protected] --- > but this is the only simple way to ensure we only open files once and are > able to easily match stuff. Interestingly, it doesn't work though. Bind mounts (mount --bind) are not handled. If I open a file and open the same file in a bind mounted directory, the editor still treats them as different files, and gets confused. It even overwrites the changed file without any indication that something is wrong... According to inotifywait, you still get events on both paths, and st_dev/st_ino can be used to uniquely identify a file on a system. -- You are receiving this mail because: You are watching all bug changes.
