Re: Removing request from I/O scheduler queue

2007-02-28 Thread Jens Axboe
On Tue, Feb 27 2007, Swetha Krishnan wrote: > I'm using linux 2.6.12 within user-mode linux. I need to remove a > specific I/O request (that I have means to identify) from the I/O > scheduler queues instead of moving it to the driver dispatch queue. > To remove a request from the anticipatory

Re: Removing request from I/O scheduler queue

2007-02-28 Thread Jens Axboe
On Tue, Feb 27 2007, Swetha Krishnan wrote: I'm using linux 2.6.12 within user-mode linux. I need to remove a specific I/O request (that I have means to identify) from the I/O scheduler queues instead of moving it to the driver dispatch queue. To remove a request from the anticipatory

Removing request from I/O scheduler queue

2007-02-26 Thread Swetha Krishnan
I'm using linux 2.6.12 within user-mode linux. I need to remove a specific I/O request (that I have means to identify) from the I/O scheduler queues instead of moving it to the driver dispatch queue. To remove a request from the anticipatory scheduler's sort/fifo queues , I'm making a call to

Removing request from I/O scheduler queue

2007-02-26 Thread Swetha Krishnan
I'm using linux 2.6.12 within user-mode linux. I need to remove a specific I/O request (that I have means to identify) from the I/O scheduler queues instead of moving it to the driver dispatch queue. To remove a request from the anticipatory scheduler's sort/fifo queues , I'm making a call to