sys: FspFsvolDeviceEnumerateContextByName: fix bug that manifested itself as hanging renames

This commit is contained in:
Bill Zissimopoulos
2016-10-12 20:08:17 -07:00
parent 233904fd51
commit 249c1a5cb8
3 changed files with 12 additions and 8 deletions

View File

@ -835,7 +835,7 @@ BOOLEAN FspFileNodeHasOpenHandles(PDEVICE_OBJECT FsvolDeviceObject,
PAGED_CODE();
FSP_FILE_NODE *FileNode;
PVOID RestartKey = 0;
FSP_DEVICE_CONTEXT_BY_NAME_TABLE_RESTART_KEY RestartKey = { 0 };
for (;;)
{