On Wed, 30 Aug 2000, Jens Axboe wrote:
> 
> Sounds sane, but what about drivers that don't really use the request
> queue structure? Stuff like lvm, md, rd (with Neil's patch to fix the
> lru_list deadlock), and probably new loop.

Every single driver must have a request_queue: as far as the ll_rw_block
layer is concerned, a NULL request-queue means that the device doesn't
exist. It will even print out a message saying so..

I'm not sure what you mean about lvm/md/rd not having request queues.

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to