From 9e637dd94b46f97b0f40adec0ff59204ea254831 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 28 Jul 2008 01:19:52 +0000 Subject: [PATCH] Since we don't use the IOScheduler, we have to explicitly tell the request that the operation is finished. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26653 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/kernel/device_manager/dma_resource_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/system/kernel/device_manager/dma_resource_test.cpp b/src/tests/system/kernel/device_manager/dma_resource_test.cpp index 476ef6b894..3cb5b0bda9 100644 --- a/src/tests/system/kernel/device_manager/dma_resource_test.cpp +++ b/src/tests/system/kernel/device_manager/dma_resource_test.cpp @@ -584,6 +584,8 @@ Test::Run(DMAResource& resource) } } + request.OperationFinished(&operation, operation.Status()); + resultIndex++; }