diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2021-06-09 12:46:04 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-09 12:48:20 -0700 |
commit | 25f3c7bd2afff208f299877548eec69854eb7d5a (patch) | |
tree | 9b155f76420fc1ffe4c3d7e30a36eecc3f265102 /pkg/sentry | |
parent | 927bb26517e7181e18c714d2892595cf1de8d4db (diff) |
Change TODO to NOTE.
It's in VFS1 code, so we probably will not do it.
PiperOrigin-RevId: 378474174
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/fs/gofer/cache_policy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/gofer/cache_policy.go b/pkg/sentry/fs/gofer/cache_policy.go index 07a564e92..f8b7a60fc 100644 --- a/pkg/sentry/fs/gofer/cache_policy.go +++ b/pkg/sentry/fs/gofer/cache_policy.go @@ -139,7 +139,7 @@ func (cp cachePolicy) revalidate(ctx context.Context, name string, parent, child // Walk from parent to child again. // - // TODO(b/112031682): If we have a directory FD in the parent + // NOTE(b/112031682): If we have a directory FD in the parent // inodeOperations, then we can use fstatat(2) to get the inode // attributes instead of making this RPC. qids, f, mask, attr, err := parentIops.fileState.file.walkGetAttr(ctx, []string{name}) |