Page MenuHomeFreeBSD

MAC/do: Rename internal mac_do_rule_find() => find_rules()
ClosedPublic

Authored by olce on Nov 15 2024, 5:06 PM.
Tags
None
Referenced Files
F170679380: D47594.id146527.diff
Sun, Sep 6, 12:00 AM
Unknown Object (File)
Sat, Sep 5, 3:46 AM
Unknown Object (File)
Sat, Sep 5, 12:08 AM
Unknown Object (File)
Fri, Sep 4, 4:19 PM
Unknown Object (File)
Fri, Sep 4, 1:49 PM
Unknown Object (File)
Fri, Sep 4, 6:10 AM
Unknown Object (File)
Thu, Sep 3, 7:26 AM
Unknown Object (File)
Wed, Sep 2, 8:15 PM

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:
To simplify, be consistent with the rename 'struct mac_do_rule' =>
'struct rules' and other functions, and because this function is
internal (and thus is never the first mac_do(4)'s function to appear in
a stack trace).

Diff Detail

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

Event Timeline

olce requested review of this revision.Nov 15 2024, 5:06 PM

same about the commit message

This revision is now accepted and ready to land.Nov 19 2024, 7:53 AM

same about the commit message

Done.