Page MenuHomeFreeBSD

namei: add more detail about LOCKSHARED's behavior
ClosedPublic

Authored by asomers on Dec 17 2024, 8:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 2:50 PM
Unknown Object (File)
Thu, Nov 13, 10:50 AM
Unknown Object (File)
Fri, Nov 7, 12:05 AM
Unknown Object (File)
Thu, Nov 6, 2:03 PM
Unknown Object (File)
Thu, Oct 30, 4:05 AM
Unknown Object (File)
Oct 16 2025, 12:06 AM
Unknown Object (File)
Oct 9 2025, 11:20 AM
Unknown Object (File)
Oct 7 2025, 12:19 AM
Subscribers

Diff Detail

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

Event Timeline

My comments are just suggestions/quibbling.

share/man/man9/namei.9
157

Maybe clarify, "the file system that owns the vnode"

161

File systems have to opt in, so this is a bit confusing... maybe, "The file system must explicitly permit this by setting MNTK_LOOKUP_SHARED in mp->mnt_kern_flag during mount."

167

... if LOCKLEAF is specified.

This revision is now accepted and ready to land.Dec 17 2024, 8:30 PM