|
|
Subscribe / Log in / New account

TTL

TTL

Posted Jan 16, 2025 17:29 UTC (Thu) by Spudd86 (subscriber, #51683)
In reply to: TTL by HIGHGuY
Parent article: The return of RWF_UNCACHED

The kernel isn't storing anything to implement this, everything is happening before the return of the syscall. A TTL would require adding extra data to the page cache. That would have lots of overhead, and require that the TTL be checked all over the place.

It would likely be bad for performance. Plus you as someone calling IO have no idea what else might be using the file, this is a hint about how the program doing the IO expects to use the IO, not system wide.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds