mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[0.4.9] cherry-pick [FASTFAT] Properly queue pending write IRPs.
Addendum to30b836b
(cherry picked from commite9e14be661
)
This commit is contained in:
parent
4af12f40ca
commit
07a13ca67c
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