mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
The non-preemptible network epoch identified by net_epoch isn't used.
This code definitely meant net_epoch_preempt.
This commit is contained in:
parent
cda3176851
commit
9cdc43b16e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue