mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
parent
30b836bf3f
commit
e9e14be661
1 changed files with 1 additions and 0 deletions
|
@ -1067,6 +1067,7 @@ VfatWrite(
|
||||||
|
|
||||||
if (!ExAcquireResourceExclusiveLite(&IrpContext->DeviceExt->DirResource, CanWait))
|
if (!ExAcquireResourceExclusiveLite(&IrpContext->DeviceExt->DirResource, CanWait))
|
||||||
{
|
{
|
||||||
|
Status = STATUS_PENDING;
|
||||||
goto ByeBye;
|
goto ByeBye;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue