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)
Sat, May 4, 2:39 PM
Unknown Object (File)
Fri, May 3, 9:14 AM
Unknown Object (File)
Sun, Apr 21, 6:10 PM
Unknown Object (File)
Sun, Apr 21, 6:10 PM
Unknown Object (File)
Sun, Apr 21, 6:10 PM
Unknown Object (File)
Sun, Apr 21, 5:58 PM
Unknown Object (File)
Jan 10 2024, 10:36 PM
Unknown Object (File)
Dec 20 2023, 3:16 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.