[FASTFAT]

Also cleanup ongoing notifications during cleanup.

This fixes kernel32:change winetests crash.
This gets us from 300 tests executed, 134 failed to 312 executed, 33 failed.

CORE-2582

svn path=/trunk/; revision=62485
This commit is contained in:
Pierre Schweitzer 2014-03-12 19:58:11 +00:00
parent 3d31a14caa
commit 6d582f3f95

View file

@ -57,6 +57,11 @@ VfatCleanupFile(
return STATUS_PENDING;
}
/* Notify about the cleanup */
FsRtlNotifyCleanup(IrpContext->DeviceExt->NotifySync,
&(IrpContext->DeviceExt->NotifyList),
FileObject->FsContext2);
pFcb->OpenHandleCount--;
if (!(*pFcb->Attributes & FILE_ATTRIBUTE_DIRECTORY) &&