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)
Thu, Jul 30, 1:39 PM
Unknown Object (File)
Tue, Jul 28, 1:04 PM
Unknown Object (File)
Mon, Jul 27, 12:33 AM
Unknown Object (File)
Thu, Jul 23, 1:25 AM
Unknown Object (File)
Wed, Jul 22, 5:31 PM
Unknown Object (File)
Mon, Jul 20, 3:12 AM
Unknown Object (File)
Mon, Jul 20, 12:20 AM
Unknown Object (File)
Sat, Jul 18, 8:32 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