summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-06-09 19:52:14 +0000
committergVisor bot <gvisor-bot@google.com>2021-06-09 19:52:14 +0000
commit5c0cc804a4b1e74392d03641c88135a273bf665f (patch)
treee8bd10b37deaeb290e6543013a1cba8da1983794 /pkg/sentry/fs
parent2d7fb745b248cd5121de8a906774a824c8a85c13 (diff)
parent25f3c7bd2afff208f299877548eec69854eb7d5a (diff)
Merge release-20210601.0-25-g25f3c7bd2 (automated)
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/gofer/cache_policy.go2
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})