diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-07 17:25:28 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-07 17:25:28 +0000 |
commit | 8abeaa343261744710cab08a39bcfeb38f6dae09 (patch) | |
tree | bcfde14ae3afd074dde46d36c1e5cbc72b113347 /pkg | |
parent | f761a8049aa9eba2a22b4fe448008363ab0aeb9f (diff) | |
parent | 16da7e790f570d9743fb47e50c304e6a24834772 (diff) |
Merge release-20200422.0-45-g16da7e7 (automated)
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/fs/gofer/session.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sentry/fs/gofer/session.go b/pkg/sentry/fs/gofer/session.go index f6b3ef178..b5efc86f2 100644 --- a/pkg/sentry/fs/gofer/session.go +++ b/pkg/sentry/fs/gofer/session.go @@ -190,9 +190,9 @@ type session struct { // be socket/pipe files. This allows unix domain sockets and named pipes to // be used with paths that belong to a gofer. // - // TODO(gvisor.dev/issue/1200): there are few possible races with someone - // stat'ing the file and another deleting it concurrently, where the file - // will not be reported as socket file. + // There are a few possible races with someone stat'ing the file and another + // deleting it concurrently, where the file will not be reported as socket + // file. overrides *overrideMaps `state:"wait"` } |