diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-11-01 18:47:47 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-01 18:47:47 +0000 |
commit | e7f30113e2a244a8acc080097909406688c50236 (patch) | |
tree | d624b1cb08d7e4ff4d3301310c75f0063e035828 /pkg/flipcall/ctrl_futex.go | |
parent | 3e21d5a619c28d10f8850e3f96ef27958283bdc9 (diff) | |
parent | 5694bd080e0e95ba18cbf77038f450fe33b9f8df (diff) |
Merge release-20190806.1-360-g5694bd0 (automated)
Diffstat (limited to 'pkg/flipcall/ctrl_futex.go')
-rwxr-xr-x | pkg/flipcall/ctrl_futex.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/flipcall/ctrl_futex.go b/pkg/flipcall/ctrl_futex.go index 8390915a2..e7c3a3a0b 100755 --- a/pkg/flipcall/ctrl_futex.go +++ b/pkg/flipcall/ctrl_futex.go @@ -113,7 +113,7 @@ func (ep *Endpoint) enterFutexWait() error { return nil case epsBlocked | epsShutdown: atomic.AddInt32(&ep.ctrl.state, -epsBlocked) - return shutdownError{} + return ShutdownError{} default: // Most likely due to ep.enterFutexWait() being called concurrently // from multiple goroutines. |