O_STREAMING doesn't actually exist any more. It looks like the modern replacement is something like:
posix_fadvise(fd, offset, len, POSIX_FADV_DONTNEED); The downside is that you have to call this after each write. Python doesn't support this at all, although I'm sure it could be done with a trivial extension. ** Changed in: ubiquity (Ubuntu) Importance: Undecided => Wishlist ** Summary changed: - Ubiquity should really use O_STREAMING + Ubiquity should advise kernel to discard pages from copied files -- Ubiquity should advise kernel to discard pages from copied files https://bugs.launchpad.net/bugs/197579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs