mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FASTFAT]
Don't mark a pending IRP twice svn path=/trunk/; revision=70788
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user