From 25f3c7bd2afff208f299877548eec69854eb7d5a Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Wed, 9 Jun 2021 12:46:04 -0700 Subject: Change TODO to NOTE. It's in VFS1 code, so we probably will not do it. PiperOrigin-RevId: 378474174 --- pkg/sentry/fs/gofer/cache_policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sentry/fs/gofer') 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}) -- cgit v1.2.3