diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-12-09 12:03:31 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-09 12:11:28 -0800 |
commit | 898dcc2f839a975a9171271824af32176c2e5c27 (patch) | |
tree | f5b7a7ff93102c6793ddfab44118ffb076d1899e /pkg/sentry/fs | |
parent | cb5f9b8f863c93bb7e3757c1f4b3e1a64e6acdfb (diff) |
Redirect TODOs to gvisor.dev
PiperOrigin-RevId: 284606233
Diffstat (limited to 'pkg/sentry/fs')
-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"` } |