sys: write.c, file.c: better handle failure cases around cache resizing

This commit is contained in:
Bill Zissimopoulos
2016-03-11 22:57:51 -08:00
parent 1fa9dcaa61
commit 920c15e022
3 changed files with 8 additions and 3 deletions

View File

@ -789,7 +789,6 @@ typedef struct
UINT64 LastWriteTime;
UINT64 ChangeTime;
ULONG InfoChangeNumber;
NTSTATUS CcStatus;
UINT64 Security;
ULONG SecurityChangeNumber;
BOOLEAN TruncateOnClose;