Page MenuHomeFreeBSD

Remove an extra if_ref().
ClosedPublic

Authored by jhb on Oct 28 2020, 11:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 2, 2:46 AM
Unknown Object (File)
Oct 30 2024, 3:14 PM
Unknown Object (File)
Oct 21 2024, 5:12 AM
Unknown Object (File)
Oct 17 2024, 10:30 PM
Unknown Object (File)
Sep 18 2024, 1:11 PM
Unknown Object (File)
Sep 8 2024, 10:47 AM
Unknown Object (File)
Sep 7 2024, 11:57 PM
Unknown Object (File)
Sep 6 2024, 10:15 PM

Details

Reviewers
gallatin
rrs
Group Reviewers
transport
Commits
rS367147: Remove an extra if_ref().
Summary

In r348254, if_snd_tag_alloc() routines were changed to bump the ifp
refcount via m_snd_tag_init(). This function wasn't in the tree at
the time and wasn't updated for the new semantics, so was still doing
a separate bump after if_snd_tag_alloc() returned.

Test Plan
  • tested by Drew

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 34459
Build 31561: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Oct 28 2020, 11:53 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 29 2020, 10:17 PM
Closed by commit rS367147: Remove an extra if_ref(). (authored by jhb). · Explain Why
This revision was automatically updated to reflect the committed changes.

Sorry for the delayed review. This fix looks correct to me.