sentry: save fs.Dirent deleted info.

PiperOrigin-RevId: 217155458
Change-Id: Id3265b1ec784787039e2131c80254ac4937330c7
This commit is contained in:
Zhaozhong Ni
2018-10-15 09:31:32 -07:00
committed by Shentubot
parent 47d3862c33
commit 4ea69fce8d
+1 -1
View File
@@ -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