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)
Tue, Oct 14, 12:02 PM
Unknown Object (File)
Mon, Oct 13, 8:04 AM
Unknown Object (File)
Mon, Oct 13, 8:04 AM
Unknown Object (File)
Mon, Oct 13, 8:04 AM
Unknown Object (File)
Sun, Oct 12, 7:50 PM
Unknown Object (File)
Sun, Sep 21, 6:55 AM
Unknown Object (File)
Sep 17 2025, 4:39 AM
Unknown Object (File)
Aug 30 2025, 2:25 PM
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.