[FASTFAT] Properly queue pending write IRPs.

Addendum to 30b836b
This commit is contained in:
Pierre Schweitzer 2018-05-21 10:41:59 +02:00
parent 30b836bf3f
commit e9e14be661
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

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