The non-preemptible network epoch identified by net_epoch isn't used.

This code definitely meant net_epoch_preempt.
This commit is contained in:
Gleb Smirnoff 2020-01-15 03:30:33 +00:00
parent cda3176851
commit 9cdc43b16e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356747

View File

@ -284,7 +284,7 @@ rs_defer_destroy(struct tcp_rate_set *rs)
/* Set flag to only defer once. */
rs->rs_flags |= RS_FUNERAL_SCHD;
epoch_call(net_epoch, &rs->rs_epoch_ctx, rs_destroy);
epoch_call(net_epoch_preempt, &rs->rs_epoch_ctx, rs_destroy);
}
#ifdef INET