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)
Sat, Feb 8, 6:05 PM
Unknown Object (File)
Sat, Feb 8, 12:19 PM
Unknown Object (File)
Wed, Feb 5, 12:42 AM
Unknown Object (File)
Jan 30 2025, 4:59 PM
Unknown Object (File)
Jan 27 2025, 4:55 PM
Unknown Object (File)
Jan 3 2025, 9:43 AM
Unknown Object (File)
Jan 1 2025, 11:36 PM
Unknown Object (File)
Dec 28 2024, 3:32 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.