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)
Sat, Aug 8, 3:13 PM
Unknown Object (File)
Thu, Aug 6, 3:12 AM
Unknown Object (File)
Wed, Aug 5, 5:48 AM
Unknown Object (File)
Tue, Aug 4, 8:37 AM
Unknown Object (File)
Tue, Aug 4, 1:57 AM
Unknown Object (File)
Sat, Aug 1, 4:13 PM
Unknown Object (File)
Mon, Jul 27, 10:58 PM
Unknown Object (File)
Sun, Jul 26, 8:08 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).