sys: ea: return STATUS_EA_CORRUPT_ERROR when appropriate

This commit is contained in:
Bill Zissimopoulos
2019-03-19 11:15:14 -07:00
parent 5c42377c1b
commit 02a650f8d0
3 changed files with 23 additions and 0 deletions

View File

@ -1288,6 +1288,7 @@ typedef struct FSP_FILE_NODE
ULONG StreamInfoChangeNumber;
UINT64 Ea;
ULONG EaChangeNumber;
ULONG EaChangeCount;
BOOLEAN TruncateOnClose;
FILE_LOCK FileLock;
#if (NTDDI_VERSION < NTDDI_WIN8)
@ -1327,6 +1328,7 @@ typedef struct
UINT64 DirInfo;
ULONG DirInfoCacheHint;
ULONG EaIndex;
ULONG EaChangeCount;
/* stream support */
HANDLE MainFileHandle;
PFILE_OBJECT MainFileObject;