You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Validate operations on FileHandles
This commit allows State to track whether a file handle is valid for read etc
operations. Our GC mechanism keeps track of the open-handles but assumes the
correctness of callers, meaning if multiple calls to `release` are made at the
filesystem level a node may be GC'ed before its time.
The State now keeps a record of which FileHandles exist and whether they remain
valid, meaning the GC mechanism cannot be misled.
REF SMPTNG-532
Signed-off-by: Brian L. Troutwine <[email protected]>
* accidentally dropped a counter
Signed-off-by: Brian L. Troutwine <[email protected]>
* scoot advance time back
Signed-off-by: Brian L. Troutwine <[email protected]>
* indentation
Signed-off-by: Brian L. Troutwine <[email protected]>
---------
Signed-off-by: Brian L. Troutwine <[email protected]>
0 commit comments