svn commit: r356756 - head/sys/netinet
Gleb Smirnoff
glebius at FreeBSD.org
Wed Jan 15 06:12:39 UTC 2020
Author: glebius
Date: Wed Jan 15 06:12:39 2020
New Revision: 356756
URL: https://svnweb.freebsd.org/changeset/base/356756
Log:
A miss from r356754.
Modified:
head/sys/netinet/tcp_ratelimit.c
Modified: head/sys/netinet/tcp_ratelimit.c
==============================================================================
--- head/sys/netinet/tcp_ratelimit.c Wed Jan 15 06:05:20 2020 (r356755)
+++ head/sys/netinet/tcp_ratelimit.c Wed Jan 15 06:12:39 2020 (r356756)
@@ -913,7 +913,7 @@ use_real_interface:
*/
if (rs->rs_disable && error)
*error = ENODEV;
- epoch_exit_preempt(net_epoch_preempt, &et);
+ NET_EPOCH_EXIT(et);
return (NULL);
}
More information about the svn-src-all
mailing list