sys: FileNodes are now registered only in the ContextByNameTable; the ContextTable can be removed if desired

This commit is contained in:
Bill Zissimopoulos
2016-02-09 11:38:32 -08:00
parent 6c94eb3398
commit 2a567effbf
2 changed files with 3 additions and 11 deletions

View File

@ -600,7 +600,6 @@ typedef struct
/* locked under FSP_FSVOL_DEVICE_EXTENSION::ContextTableResource */
LONG OpenCount;
SHARE_ACCESS ShareAccess;
FSP_DEVICE_CONTEXT_TABLE_ELEMENT ContextElementStorage;
FSP_DEVICE_CONTEXT_BY_NAME_TABLE_ELEMENT ContextByNameElementStorage;
/* locked under FSP_FSVOL_DEVICE_EXTENSION::FileRenameResource */
UNICODE_STRING FileName;