Skip to content

Commit 07a13ca

Browse files
HeisSpiterJoachimHenze
authored andcommitted
[0.4.9] cherry-pick [FASTFAT] Properly queue pending write IRPs.
Addendum to 30b836b (cherry picked from commit e9e14be)
1 parent 4af12f4 commit 07a13ca

File tree

1 file changed

+1
-0
lines changed
  • drivers/filesystems/fastfat

1 file changed

+1
-0
lines changed

drivers/filesystems/fastfat/rw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ VfatWrite(
10671067

10681068
if (!ExAcquireResourceExclusiveLite(&IrpContext->DeviceExt->DirResource, CanWait))
10691069
{
1070+
Status = STATUS_PENDING;
10701071
goto ByeBye;
10711072
}
10721073

0 commit comments

Comments
 (0)