sys: FspVolumeNotify: allow multiple outstanding calls to FspFileSystemNotifyBegin

This commit is contained in:
Bill Zissimopoulos
2022-01-15 15:46:56 +00:00
parent 73f587e674
commit 228f1d658d
4 changed files with 44 additions and 28 deletions

View File

@ -1190,8 +1190,8 @@ typedef struct
KSPIN_LOCK InfoSpinLock;
UINT64 InfoExpirationTime;
FSP_FSCTL_VOLUME_INFO VolumeInfo;
LONG VolumeNotifyLock;
FSP_WGROUP VolumeNotifyWgroup;
FAST_MUTEX VolumeNotifyMutex;
LONG VolumeNotifyCount;
PNOTIFY_SYNC NotifySync;
LIST_ENTRY NotifyList;
FSP_STATISTICS *Statistics;