Page MenuHomeFreeBSD

jail: Use atomic(9) instead of CK atomics
ClosedPublic

Authored by markj on Feb 2 2023, 10:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 20 2024, 4:01 AM
Unknown Object (File)
Nov 18 2024, 5:58 PM
Unknown Object (File)
Nov 11 2024, 3:10 PM
Unknown Object (File)
Oct 10 2024, 1:54 PM
Unknown Object (File)
Oct 6 2024, 4:24 AM
Unknown Object (File)
Oct 4 2024, 4:56 PM
Unknown Object (File)
Oct 2 2024, 5:41 AM
Unknown Object (File)
Oct 2 2024, 2:07 AM
Subscribers

Details

Summary

There's no reason to use one over the other here, let's prefer the
interface that's used elsewhere in the kernel.

No functional change intended.

Diff Detail

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

Event Timeline

markj requested review of this revision.Feb 2 2023, 10:41 PM

My motivation to use these primitives was his: "The network epoch protects some ck lists, now it is going to also protect some pointers, so let's use ck primitive for that.". I don't have any strong opinion on this. So I neither approve nor block this change. No objection from me.

This revision is now accepted and ready to land.Feb 3 2023, 6:11 PM
This revision was automatically updated to reflect the committed changes.