mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Change TODO to NOTE.
It's in VFS1 code, so we probably will not do it. PiperOrigin-RevId: 378474174
This commit is contained in:
committed by
gVisor bot
parent
927bb26517
commit
25f3c7bd2a
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user