sys: avoid using FspFsextProvider unnecessarily

This commit is contained in:
Bill Zissimopoulos
2019-11-04 16:30:30 -08:00
parent 5110b3c5a1
commit 254174b8e9
4 changed files with 11 additions and 31 deletions

View File

@ -1079,6 +1079,7 @@ typedef struct
PVPB SwapVpb;
FSP_DELAYED_WORK_ITEM DeleteVolumeDelayedWorkItem;
FSP_FSCTL_VOLUME_PARAMS VolumeParams;
FSP_FSEXT_PROVIDER *Provider;
UNICODE_STRING VolumePrefix;
UNICODE_PREFIX_TABLE_ENTRY VolumePrefixEntry;
FSP_IOQ *Ioq;