Fix one more atomic for i86

Obtained from:	mtuexen@freebsd.org
This commit is contained in:
rrs 2019-08-02 11:17:07 +00:00
parent 1c7c72f253
commit 1ef9414634

View File

@ -945,7 +945,7 @@ use_real_interface:
* We use an atomic here for accounting so we don't have to
* use locks when freeing.
*/
atomic_add_long(&rs->rs_flows_using, 1);
atomic_add_64(&rs->rs_flows_using, 1);
}
epoch_exit_preempt(net_epoch_preempt, &et);
return (rte);