The test strace command I gave in the original report was incorrect. It should be: strace -ff -e open -p `pidof trackerd` 2>&1 | grep test-file-name (original lacked "-p")
xdgmime used fopen to get bytes to determine the file's mime type. this patch changes it to use open() so that the O_NOATIME flag can be given. ** Attachment added: "use O_NOATIME in an xdgmime routine" http://launchpadlibrarian.net/20807622/tracker-onoatime-xdgmime.patch -- trackerd uses O_NOATIME, but fruitlessly https://bugs.launchpad.net/bugs/312365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
