Author: pschweitzer Date: Thu Feb 25 20:52:55 2016 New Revision: 70788
URL: http://svn.reactos.org/svn/reactos?rev=70788&view=rev Log: [FASTFAT] Don't mark a pending IRP twice
Modified: trunk/reactos/drivers/filesystems/fastfat/dir.c
Modified: trunk/reactos/drivers/filesystems/fastfat/dir.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat/dir.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat/dir.c [iso-8859-1] Thu Feb 25 20:52:55 2016 @@ -508,7 +508,7 @@ BooleanFlagOn(IrpContext->Flags, IRPCONTEXT_CANWAIT))) { ExReleaseResourceLite(&pFcb->MainResource); - return VfatMarkIrpContextForQueue(IrpContext); + return STATUS_PENDING; }
while ((Status == STATUS_SUCCESS) && (BufferLength > 0))