Page MenuHomeFreeBSD

vfs: prefix lookup and relookup with vfs_
ClosedPublic

Authored by mjg on Mar 11 2022, 4:25 PM.
Tags
None
Referenced Files
F162576515: D34530.diff
Tue, Jul 14, 5:26 PM
Unknown Object (File)
Wed, Jul 8, 5:11 AM
Unknown Object (File)
Tue, Jul 7, 4:03 AM
Unknown Object (File)
Thu, Jun 25, 9:16 AM
Unknown Object (File)
Tue, Jun 23, 7:09 PM
Unknown Object (File)
Mon, Jun 22, 12:03 AM
Unknown Object (File)
Jun 6 2026, 7:08 AM
Unknown Object (File)
Jun 6 2026, 7:07 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

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

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.