]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bridge: Don't sleep during epoch
authorKristof Provost <kp@FreeBSD.org>
Sat, 18 Jul 2020 12:43:11 +0000 (12:43 +0000)
committerKristof Provost <kp@FreeBSD.org>
Sat, 18 Jul 2020 12:43:11 +0000 (12:43 +0000)
commit93ed6ade6ecf8417b81e30f01e4cff4cbc1b71a1
tree75f90c817c21eb6d570ddb81c11c04d11939f293
parentd5c5b4b382e3b6e3549287e313a0020162a0e686
bridge: Don't sleep during epoch

While it doesn't trigger INVARIANTS or WITNESS on head it does in stable/12.
There's also no reason for it, as we can easily report the out of memory error
to the caller (i.e. userspace). All of these can already fail.

PR: 248046
MFC after: 3 days
sys/net/if_bridge.c