mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Revert part of r37261
svn path=/trunk/; revision=37262
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user