Page MenuHomeFreeBSD

pdinit(): Fix comment
ClosedPublic

Authored by olce on Oct 17 2023, 2:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 23, 10:15 AM
Unknown Object (File)
Mon, May 20, 7:52 AM
Unknown Object (File)
Apr 30 2024, 9:09 AM
Unknown Object (File)
Apr 29 2024, 10:08 PM
Unknown Object (File)
Apr 26 2024, 11:13 AM
Unknown Object (File)
Jan 5 2024, 10:33 PM
Unknown Object (File)
Jan 2 2024, 7:11 PM
Unknown Object (File)
Dec 30 2023, 6:23 AM
Subscribers

Details

Summary

MFC after: 1 week
Sponsored by: The FreeBSD Foundation

Diff Detail

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

Event Timeline

olce requested review of this revision.Oct 17 2023, 2:38 PM
This revision is now accepted and ready to land.Oct 17 2023, 2:53 PM
kib added inline comments.
sys/kern/kern_descrip.c
2241
sys/kern/kern_descrip.c
2241

When removing "shared", I considered replacing it with "exclusively" but didn't because the struct pwddesc lock is in fact just a mutex, so there is no provision for "shared" locking it (and it seems there never was; perhaps this was intended as future work). But ok, I'll put it, inside parentheses.

olce edited the summary of this revision. (Show Details)

Add "exclusively".

This revision now requires review to proceed.Oct 19 2023, 7:54 AM
olce marked an inline comment as done.Oct 19 2023, 8:00 AM
This revision is now accepted and ready to land.Oct 19 2023, 11:27 AM
This revision was automatically updated to reflect the committed changes.