mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
[FASTFAT]
Don't mark a pending IRP twice svn path=/trunk/; revision=70788
This commit is contained in:
parent
0f01876900
commit
3355fd5594
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ DoQuery(
|
|||
BooleanFlagOn(IrpContext->Flags, IRPCONTEXT_CANWAIT)))
|
||||
{
|
||||
ExReleaseResourceLite(&pFcb->MainResource);
|
||||
return VfatMarkIrpContextForQueue(IrpContext);
|
||||
return STATUS_PENDING;
|
||||
}
|
||||
|
||||
while ((Status == STATUS_SUCCESS) && (BufferLength > 0))
|
||||
|
|
Loading…
Reference in a new issue