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)
Sat, Dec 27, 7:12 AM
Unknown Object (File)
Sat, Dec 20, 12:02 PM
Unknown Object (File)
Sun, Dec 14, 2:44 PM
Unknown Object (File)
Fri, Dec 12, 4:04 AM
Unknown Object (File)
Nov 27 2025, 4:26 AM
Unknown Object (File)
Nov 21 2025, 1:03 AM
Unknown Object (File)
Nov 21 2025, 1:02 AM
Unknown Object (File)
Nov 21 2025, 12:57 AM

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.