On Thu, Aug 24 2000, Linus Torvalds wrote:
> > Heh, but it's not that simple. The requests that are currently on
> > the pending list, are not necessarily added to the same freelist. So
> > we have to scan the pending list, and look at each request individually.
>
> Why not just have a pending list for each free list, no?
Thinking a bit more about it, we really don't need the two lists to
be able to use list_splice. Write batching need only focus on the
write freelist since reads also fall back to stealing requsts from that
list.
New patch coming up.
-- * Jens Axboe <axboe@suse.de> * SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 31 2000 - 21:00:14 EST