mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: FileNodes are now registered only in the ContextByNameTable; the ContextTable can be removed if desired
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user