Change TODO to NOTE.

It's in VFS1 code, so we probably will not do it.

PiperOrigin-RevId: 378474174
This commit is contained in:
Nicolas Lacasse
2021-06-09 12:48:20 -07:00
committed by gVisor bot
parent 927bb26517
commit 25f3c7bd2a
+1 -1
View File
@@ -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})