mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update reference to old type
PiperOrigin-RevId: 246036806 Change-Id: I5554a43a1f8146c927402db3bf98488a2da0fbe7
This commit is contained in:
@@ -73,8 +73,8 @@ func (c *CollectEntriesSerializer) Written() int {
|
||||
return len(c.Entries)
|
||||
}
|
||||
|
||||
// DirCtx is used by node.Readdir to emit directory entries. It is not
|
||||
// thread-safe.
|
||||
// DirCtx is used in FileOperations.IterateDir to emit directory entries. It is
|
||||
// not thread-safe.
|
||||
type DirCtx struct {
|
||||
// Serializer is used to serialize the node attributes.
|
||||
Serializer DentrySerializer
|
||||
|
||||
Reference in New Issue
Block a user