Page MenuHomeFreeBSD

vfs: prefix lookup and relookup with vfs_
ClosedPublic

Authored by mjg on Mar 11 2022, 4:25 PM.
Tags
None
Referenced Files
F103063367: D34530.diff
Wed, Nov 20, 11:05 AM
Unknown Object (File)
Sat, Oct 26, 7:45 AM
Unknown Object (File)
Oct 3 2024, 3:35 PM
Unknown Object (File)
Sep 27 2024, 10:50 AM
Unknown Object (File)
Sep 27 2024, 9:54 AM
Unknown Object (File)
Sep 24 2024, 8:15 AM
Unknown Object (File)
Sep 19 2024, 7:23 PM
Unknown Object (File)
Sep 19 2024, 5:23 AM
Subscribers

Details

Summary

"lookup" is too general of a name and already clashes with other symbols.

No functional changes.

I have some work which refactors the routine and moves parts out of it, need a better name than "lookup".

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mjg requested review of this revision.Mar 11 2022, 4:25 PM
mjg edited the summary of this revision. (Show Details)

lookup is indeed too generic a name.

This revision is now accepted and ready to land.Mar 11 2022, 4:29 PM

I picked those names when ufs was the only filesystem in BSD. I should have renamed them when I added the VFS interface. Better late than never!

This revision was automatically updated to reflect the committed changes.