mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Call *post*GoReadyWakeSuppression() after goready.
We were calling preGoReadyWakeSuppression, which must have been a typo. PiperOrigin-RevId: 490337652
This commit is contained in:
committed by
gVisor bot
parent
03e92949e5
commit
4fa2196b6a
@@ -74,7 +74,7 @@ func Goready(gp uintptr, traceskip int, wakep bool) {
|
||||
}
|
||||
goready(gp, traceskip)
|
||||
if supportsWakeSuppression && !wakep {
|
||||
preGoReadyWakeSuppression()
|
||||
postGoReadyWakeSuppression()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user