mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
8c975e6e6e
These inodes can never be part of a filesystem tree. They are nameless and never have a parent. This allows us to avoid taking a lock in kernfs.InotifyWithParent for such anonymous inodes. PiperOrigin-RevId: 538823227