Page MenuHomeFreeBSD

vfs: remove lookup_shared tunable
ClosedPublic

Authored by mjg on Sep 20 2018, 6:38 AM.
Tags
None
Referenced Files
F103862197: D17253.diff
Sat, Nov 30, 9:53 AM
Unknown Object (File)
Fri, Nov 1, 8:40 PM
Unknown Object (File)
Fri, Nov 1, 8:40 PM
Unknown Object (File)
Fri, Nov 1, 8:40 PM
Unknown Object (File)
Fri, Nov 1, 8:28 PM
Unknown Object (File)
Fri, Nov 1, 2:05 AM
Unknown Object (File)
Oct 2 2024, 7:00 AM
Unknown Object (File)
Sep 30 2024, 7:03 AM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19690
Build 19255: arc lint + arc unit

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.