Page MenuHomeFreeBSD

MAC/do: Convert internal TAILQs to STAILQs
ClosedPublic

Authored by olce on Nov 15 2024, 5:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 23, 8:32 AM
Unknown Object (File)
Sun, Nov 16, 9:49 PM
Unknown Object (File)
Sun, Nov 2, 5:45 PM
Unknown Object (File)
Thu, Oct 30, 1:07 PM
Unknown Object (File)
Oct 25 2025, 8:38 PM
Unknown Object (File)
Oct 19 2025, 2:14 AM
Unknown Object (File)
Oct 16 2025, 9:46 AM
Unknown Object (File)
Oct 12 2025, 4:33 AM

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:
We only browse these forward and never need to remove arbitrary elements
from them.

No functional change intended.

Diff Detail

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

Event Timeline

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

It's worth expanding the commit message - even if there's no functional change intended we should say why we're bothering with the change. Presumably it is because we only ever iterate over these in the forward direction so we can avoid the additional overhead.

But, LGTM.

It's worth expanding the commit message - even if there's no functional change intended we should say why we're bothering with the change. Presumably it is because we only ever iterate over these in the forward direction so we can avoid the additional overhead.

But, LGTM.

Done.

This revision is now accepted and ready to land.Nov 21 2024, 9:23 PM
This revision was automatically updated to reflect the committed changes.