mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
sentry: save fs.Dirent deleted info.
PiperOrigin-RevId: 217155458 Change-Id: Id3265b1ec784787039e2131c80254ac4937330c7
This commit is contained in:
@@ -119,7 +119,7 @@ type Dirent struct {
|
||||
parent *Dirent
|
||||
|
||||
// deleted may be set atomically when removed.
|
||||
deleted int32 `state:"nosave"`
|
||||
deleted int32
|
||||
|
||||
// frozen indicates this entry can't walk to unknown nodes.
|
||||
frozen bool
|
||||
|
||||
Reference in New Issue
Block a user