mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
proc: invalidate task inodes when tasks are destroyed
PiperOrigin-RevId: 705785809
This commit is contained in:
@@ -50,6 +50,7 @@ type inode struct {
|
||||
kernfs.InodeWatches
|
||||
kernfs.OrderedChildren
|
||||
kernfs.CachedMappable
|
||||
kernfs.InodeFSOwned
|
||||
|
||||
// the owning filesystem. fs is immutable.
|
||||
fs *filesystem
|
||||
|
||||
Reference in New Issue
Block a user