[0.4.9] cherry-pick [FASTFAT] Properly queue pending write IRPs.

Addendum to 30b836b

(cherry picked from commit e9e14be661)
This commit is contained in:
Pierre Schweitzer 2018-05-21 10:41:59 +02:00 committed by Joachim Henze
parent 4af12f40ca
commit 07a13ca67c

View file

@ -1067,6 +1067,7 @@ VfatWrite(
if (!ExAcquireResourceExclusiveLite(&IrpContext->DeviceExt->DirResource, CanWait))
{
Status = STATUS_PENDING;
goto ByeBye;
}