mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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))
|
||||
{
|
||||
Status = STATUS_PENDING;
|
||||
goto ByeBye;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue