A report from OSCON 2007
Posted Aug 3, 2007 4:15 UTC (Fri) by
Nick (guest, #15060)
In reply to:
A report from OSCON 2007 by jwb
Parent article:
A report from OSCON 2007
Trying to open file names that don't exist should not always go to disk.
The kernel has negative dentry caching, so only the first such access
would hit the disk (no different from opening a file that does exist).
(
Log in to post comments)