Re: [PATCH] nbd driver for 2.5+: fix for 2.5 block layer (improved)

viro@parcelfarce.linux.theplanet.co.uk
Sun, 22 Jun 2003 22:44:12 +0100


On Sun, Jun 22, 2003 at 01:28:12PM -0600, Lou Langholtz wrote:

> 4. that the allocation of request_queue is dynamic and seperate from
> other allocated objects [Al]

*Ugh*. Not on ->open(), please... _If_ you really want that sort of
on-demand allocation - make it happen via blk_register_region() and
allocate both gendisk and queue at once.

However, I would suggest to make that a separate patch and for now allocate
queues at the same place where you allocate gendisks, without any on-demand
stuff.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/