Page MenuHomeFreeBSD

vfs: remove lookup_shared tunable
ClosedPublic

Authored by mjg on Sep 20 2018, 6:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 22, 1:56 PM
Unknown Object (File)
Fri, Sep 19, 10:04 PM
Unknown Object (File)
Fri, Sep 19, 1:54 AM
Unknown Object (File)
Sep 4 2025, 2:35 PM
Unknown Object (File)
Aug 9 2025, 6:15 AM
Unknown Object (File)
Aug 7 2025, 2:51 AM
Unknown Object (File)
Jul 28 2025, 8:08 AM
Unknown Object (File)
Jul 10 2025, 1:07 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib added a reviewer: jhb.

Why ?

This revision is now accepted and ready to land.Sep 20 2018, 10:21 AM

I want to annotate globals used during typical vfs ops (__read_mostly, pad locally or whatever else). I highly doubt this var is of any real-world use today, so I would like to see it gone.

Originally it was useful to disable this when a bug was encountered, but the window where that was useful probably ended several years ago.

This revision was automatically updated to reflect the committed changes.