diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-12-09 20:13:47 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-09 20:13:47 +0000 |
commit | 65a0d20f8dcdc87b9dde6f7c62ba47c760d340af (patch) | |
tree | 75e1438760f14495f381a3b9d6881540e424101b /pkg/sentry/fs/gofer | |
parent | 514a3739528b72431c686e308b009ad8431d8c6a (diff) | |
parent | 898dcc2f839a975a9171271824af32176c2e5c27 (diff) |
Merge release-20191129.0-27-g898dcc2 (automated)
Diffstat (limited to 'pkg/sentry/fs/gofer')
-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 0da608548..4e358a46a 100644 --- a/pkg/sentry/fs/gofer/session.go +++ b/pkg/sentry/fs/gofer/session.go @@ -143,9 +143,9 @@ type session struct { // socket files. This allows unix domain sockets to be used with paths that // belong to a gofer. // - // TODO(b/77154739): 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. + // 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. endpoints *endpointMaps `state:"wait"` } |