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)
Thu, Jan 30, 4:59 PM
Unknown Object (File)
Mon, Jan 27, 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
Unknown Object (File)
Dec 27 2024, 10:35 AM
Unknown Object (File)
Dec 9 2024, 5:44 PM
Unknown Object (File)
Dec 2 2024, 9:10 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 Not Applicable
Unit
Tests Not Applicable

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.