From 3a2183900ed266e0b2d7e71e2faec35b0610d713 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 9 Nov 2008 15:35:18 +0000 Subject: [PATCH] - Revert part of r37261 svn path=/trunk/; revision=37262 --- reactos/drivers/storage/floppy/csqrtns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/drivers/storage/floppy/csqrtns.c b/reactos/drivers/storage/floppy/csqrtns.c index 164eb5a5eea..b059db3b4c0 100644 --- a/reactos/drivers/storage/floppy/csqrtns.c +++ b/reactos/drivers/storage/floppy/csqrtns.c @@ -175,6 +175,5 @@ VOID NTAPI CsqInsertIrp(PIO_CSQ UnusedCsq, TRACE_(FLOPPY, "CSQ: Inserting IRP 0x%p\n", Irp); InsertTailList(&IrpQueue, &Irp->Tail.Overlay.ListEntry); KeReleaseSemaphore(&QueueSemaphore, 0, 1, FALSE); - IoMarkIrpPending(Irp); }