Page MenuHomeFreeBSD

[unix(4) cleanup 1/8] Update unix domain socket locking comments.
ClosedPublic

Authored by markj on Sep 2 2020, 4:55 PM.
Tags
None
Referenced Files
F166504023: D26294.id76540.diff
Thu, Aug 13, 8:52 PM
F166497526: D26294.id77065.diff
Thu, Aug 13, 8:37 PM
F166495731: D26294.id76557.diff
Thu, Aug 13, 8:32 PM
Unknown Object (File)
Thu, Aug 13, 12:32 PM
Unknown Object (File)
Wed, Aug 12, 8:55 PM
Unknown Object (File)
Wed, Aug 12, 4:41 PM
Unknown Object (File)
Wed, Aug 12, 4:40 PM
Unknown Object (File)
Wed, Aug 12, 12:00 AM

Details

Summary


- Define a locking key for unpcb members.
- Rewrite some of the locking protocol description to make it less
verbose and avoid referencing some subroutines which will be renamed.
- Reorder includes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.Sep 2 2020, 4:55 PM
markj created this revision.
kevans added inline comments.
sys/kern/uipc_usrreq.c
197 ↗(On Diff #76540)

I think 'local domain socket implementation' was correct here

markj marked an inline comment as done.

Typo.

This revision is now accepted and ready to land.Sep 3 2020, 4:43 AM
This revision was automatically updated to reflect the committed changes.