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, Apr 17, 10:30 AM
Unknown Object (File)
Tue, Apr 14, 6:10 PM
Unknown Object (File)
Tue, Apr 14, 6:05 PM
Unknown Object (File)
Tue, Apr 14, 2:05 AM
Unknown Object (File)
Mon, Apr 13, 8:36 PM
Unknown Object (File)
Mon, Apr 6, 11:10 PM
Unknown Object (File)
Fri, Mar 27, 6:28 AM
Unknown Object (File)
Sun, Mar 22, 6:58 PM
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