]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iflib: fix typo bug introduced by r367093
authorvmaffione <vmaffione@FreeBSD.org>
Wed, 28 Oct 2020 21:06:17 +0000 (21:06 +0000)
committervmaffione <vmaffione@FreeBSD.org>
Wed, 28 Oct 2020 21:06:17 +0000 (21:06 +0000)
commita2c155ed9bc3ffd1531c8681460a73411a03c93f
treef480777b0406e81d8bbd9cb3dc50c125d6159d2c
parentdac4a9db2a8dc0bdbe0dfc3bd68733530bf47114
iflib: fix typo bug introduced by r367093

Code was supposed to call callout_reset_sbt_on() rather than
callout_reset_sbt(). This resulted into passing a "cpu" value
to a "flag" argument. A recipe for subtle errors.

PR: 248652
Reported by: sg@efficientip.com
MFC with: r367093
sys/net/iflib.c