Page MenuHomeFreeBSD

makedev(9): drop an additional note about cdevpriv dtors
ClosedPublic

Authored by kevans on Oct 29 2025, 3:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 6:59 PM
Unknown Object (File)
Wed, Apr 29, 5:13 AM
Unknown Object (File)
Wed, Apr 29, 5:07 AM
Unknown Object (File)
Mon, Apr 27, 11:20 AM
Unknown Object (File)
Mon, Apr 27, 7:43 AM
Unknown Object (File)
Apr 17 2026, 7:54 PM
Unknown Object (File)
Apr 15 2026, 7:53 PM
Unknown Object (File)
Apr 15 2026, 3:11 PM
Subscribers

Details

Summary

These were previously somewhat safe to call destroy_dev(9), but will now
also cause a deadlock in the same fashion that d_close doing so would
previously. Amend the note to point it out, in case it's useful for
someone.

Diff Detail

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