Hi All,
There is the Pending I/O queue called NewRequestsQueue,
and a procedure QueueRequest intended to enqueue requests while the Pending
I/O queue is in HoldRequests state, and a procedure ProcessQueuedRequests
intended to deplete the queue.
The ProcessQueuedRequests is called in appropriate places, but the
QueueRequest is never called, why?
TIA
Andrew