diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-13 22:34:38 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-13 22:34:38 +0000 |
commit | e85b525c60512f35ce2cb9ed034b27b069f36730 (patch) | |
tree | b3eb5128571db1d12d8433904a42fa0f6a4697c8 /pkg/sentry/fsimpl/fuse/connection_control.go | |
parent | b21b9a28dc155efe04e9aa8e72dfc052f6579e7f (diff) | |
parent | 89517eca414a311598aa6e64a229c7acc5e3a22f (diff) |
Merge release-20201030.0-93-g89517eca4 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/fuse/connection_control.go')
-rw-r--r-- | pkg/sentry/fsimpl/fuse/connection_control.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/fuse/connection_control.go b/pkg/sentry/fsimpl/fuse/connection_control.go index bfde78559..1b3459c1d 100644 --- a/pkg/sentry/fsimpl/fuse/connection_control.go +++ b/pkg/sentry/fsimpl/fuse/connection_control.go @@ -198,7 +198,6 @@ func (conn *connection) Abort(ctx context.Context) { if !conn.connected { conn.asyncMu.Unlock() conn.mu.Unlock() - conn.fd.mu.Unlock() return } |