proc: invalidate task inodes when tasks are destroyed

PiperOrigin-RevId: 705785809
This commit is contained in:
Andrei Vagin
2024-12-13 00:58:08 -08:00
committed by gVisor bot
parent afa323bd30
commit 9fcf0b5b53
29 changed files with 227 additions and 25 deletions
+1
View File
@@ -50,6 +50,7 @@ type inode struct {
kernfs.InodeWatches
kernfs.OrderedChildren
kernfs.CachedMappable
kernfs.InodeFSOwned
// the owning filesystem. fs is immutable.
fs *filesystem