Page MenuHomeFreeBSD

MAC/do: Rename private OSD slot by removing 'mac_do_' prefix
ClosedPublic

Authored by olce on Nov 26 2024, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 9:26 AM
Unknown Object (File)
Fri, Oct 3, 7:01 AM
Unknown Object (File)
Tue, Sep 30, 11:28 PM
Unknown Object (File)
Sep 14 2025, 8:08 AM
Unknown Object (File)
Sep 6 2025, 5:44 AM
Unknown Object (File)
Sep 1 2025, 4:17 AM
Unknown Object (File)
Sep 1 2025, 12:06 AM
Unknown Object (File)
Aug 24 2025, 4:39 PM
Subscribers

Details

Summary

This revision is part of a series. Click on the Stack tab below to see the context.
This series has also been squeezed into D47633 to provide an overall view.

Commit message:
This variable is static and holds the OSD slot number for jails that
MAC/do uses to store rules.

In the same vein as previous renames, simplify it by removing the
redundant prefix, as this name cannot appear in code outside of
'mac_do.c', nor in stack traces on panic.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60799
Build 57683: arc lint + arc unit

Event Timeline

olce requested review of this revision.Nov 26 2024, 6:37 PM
This revision is now accepted and ready to land.Dec 2 2024, 8:54 AM