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)
Fri, May 15, 5:28 AM
Unknown Object (File)
Mon, May 11, 10:43 PM
Unknown Object (File)
Mon, May 11, 10:43 PM
Unknown Object (File)
Mon, May 11, 10:40 PM
Unknown Object (File)
Mon, May 11, 10:40 PM
Unknown Object (File)
Sun, May 10, 12:09 PM
Unknown Object (File)
Sun, May 10, 12:05 PM
Unknown Object (File)
Apr 27 2026, 6:57 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