sys: device.c: use ERESOURCE instead of fast/guarded mutex as a lock for Context table

This commit is contained in:
Bill Zissimopoulos
2016-01-15 16:00:30 -08:00
parent 58b16cdaae
commit fd6c36b62c
2 changed files with 19 additions and 18 deletions

View File

@ -434,7 +434,7 @@ typedef struct
KSPIN_LOCK ExpirationLock;
WORK_QUEUE_ITEM ExpirationWorkItem;
BOOLEAN ExpirationInProgress;
KGUARDED_MUTEX GenericTableMutex;
ERESOURCE GenericTableResource;
RTL_AVL_TABLE GenericTable;
PVOID GenericTableElementStorage;
UNICODE_STRING VolumeName;