do_open in syscall.c: int do_open(const char *pathname, int flags, mode_t mode) { [...] return open(pathname, flags | O_BINARY, mode); } Looking at http://kerneltrap.org/node/7563 it appears that interfaces like posix_fadvise are preferred by Linus though. This would use the POSIX_FADV_NOREUSE or POSIX_FADV_DONTNEED flag (man page: http://linux.die.net/man/2/posix_fadvise). -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.