Page MenuHomeFreeBSD

vfs cache: Add NAMEILOOKUP to the whitelist of fastpath lookup flags
ClosedPublic

Authored by markj on May 26 2025, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 2:46 AM
Unknown Object (File)
Mon, May 11, 2:06 AM
Unknown Object (File)
Mon, May 11, 1:36 AM
Unknown Object (File)
Wed, May 6, 4:23 AM
Unknown Object (File)
Thu, Apr 30, 7:13 PM
Unknown Object (File)
Wed, Apr 29, 3:29 PM
Unknown Object (File)
Wed, Apr 29, 3:22 PM
Unknown Object (File)
Wed, Apr 29, 10:03 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.May 26 2025, 1:57 PM

So otherwise fast lookup is effectively turned off?

This revision is now accepted and ready to land.May 26 2025, 4:53 PM
In D50532#1153545, @kib wrote:

So otherwise fast lookup is effectively turned off?

Yes, though not for open(2) because of the other bug (overwriting cn_flags).