viro@parcelfarce.linux.theplanet.co.uk wrote: >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. > > Okay, here's the patch now updated to be without the on-demand stuff and with queues allocated all where alloc_disk is used. How is this patch now?