mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +00:00
[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:
parent
3d31a14caa
commit
6d582f3f95
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ VfatCleanupFile(
|
||||||
return STATUS_PENDING;
|
return STATUS_PENDING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Notify about the cleanup */
|
||||||
|
FsRtlNotifyCleanup(IrpContext->DeviceExt->NotifySync,
|
||||||
|
&(IrpContext->DeviceExt->NotifyList),
|
||||||
|
FileObject->FsContext2);
|
||||||
|
|
||||||
pFcb->OpenHandleCount--;
|
pFcb->OpenHandleCount--;
|
||||||
|
|
||||||
if (!(*pFcb->Attributes & FILE_ATTRIBUTE_DIRECTORY) &&
|
if (!(*pFcb->Attributes & FILE_ATTRIBUTE_DIRECTORY) &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue