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)
Wed, Sep 16, 1:05 AM
Unknown Object (File)
Tue, Sep 8, 12:01 AM
Unknown Object (File)
Sun, Sep 6, 8:36 AM
Unknown Object (File)
Thu, Sep 3, 8:36 PM
Unknown Object (File)
Tue, Sep 1, 4:52 AM
Unknown Object (File)
Sun, Aug 30, 2:23 PM
Unknown Object (File)
Wed, Aug 26, 3:25 PM
Unknown Object (File)
Wed, Aug 26, 12:56 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