summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2019-12-09 12:03:31 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-09 12:11:28 -0800
commit898dcc2f839a975a9171271824af32176c2e5c27 (patch)
treef5b7a7ff93102c6793ddfab44118ffb076d1899e /pkg/sentry/fs
parentcb5f9b8f863c93bb7e3757c1f4b3e1a64e6acdfb (diff)
Redirect TODOs to gvisor.dev
PiperOrigin-RevId: 284606233
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/gofer/session.go6
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"`
}