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
This commit is contained in:
Ingo Weinhold 2008-07-28 01:19:52 +00:00
parent b6328ba587
commit 9e637dd94b
1 changed files with 2 additions and 0 deletions

View File

@ -584,6 +584,8 @@ Test::Run(DMAResource& resource)
}
}
request.OperationFinished(&operation, operation.Status());
resultIndex++;
}