diff options
author | Adin Scannell <ascannell@google.com> | 2019-05-24 17:10:43 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-30 12:03:39 -0700 |
commit | 2165b77774eaa40bb7d870fddea733cd899006b9 (patch) | |
tree | 3a78e09cd7525bb15d2e729f44b05fc78aca2a3c /pkg/sentry/fs | |
parent | ed5793808e9d97789c9494d86c9fa4ed62df46bb (diff) |
Remove obsolete bug.
The original bug is no longer relevant, and the FIXME here
contains lots of obsolete information.
PiperOrigin-RevId: 249924036
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r-- | pkg/sentry/fs/dentry.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/sentry/fs/dentry.go b/pkg/sentry/fs/dentry.go index c0fc74723..7a2d4b180 100644 --- a/pkg/sentry/fs/dentry.go +++ b/pkg/sentry/fs/dentry.go @@ -83,9 +83,6 @@ type DirCtx struct { attrs map[string]DentAttr // DirCursor is the directory cursor. - // 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 } |