Page MenuHomeFreeBSD

Retire clone_drain_lock
ClosedPublic

Authored by mjg on Aug 19 2022, 9:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 10 2024, 6:12 PM
Unknown Object (File)
Oct 5 2024, 12:20 AM
Unknown Object (File)
Oct 3 2024, 10:17 PM
Unknown Object (File)
Oct 2 2024, 1:04 AM
Unknown Object (File)
Sep 30 2024, 1:53 PM
Unknown Object (File)
Sep 29 2024, 3:28 PM
Unknown Object (File)
Sep 24 2024, 3:59 AM
Unknown Object (File)
Sep 21 2024, 1:19 AM

Details

Summary

It is only ever xlocked in drain_dev_clone_events and the only consumer of that routine does not need it -- eventhandler code already makes sure the relevant callback is no longer running.

Diff Detail

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