summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/dentry.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/dentry.go')
-rw-r--r--pkg/sentry/fs/dentry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/dentry.go b/pkg/sentry/fs/dentry.go
index 4879df4d6..29fb155a4 100644
--- a/pkg/sentry/fs/dentry.go
+++ b/pkg/sentry/fs/dentry.go
@@ -83,7 +83,7 @@ type DirCtx struct {
attrs map[string]DentAttr
// DirCursor is the directory cursor.
- // TODO: Once Handles are removed this can just live in the
+ // TODO(b/67778717): Once Handles are removed this can just live in the
// respective FileOperations implementations and not need to get
// plumbed everywhere.
DirCursor *string