On Wed, May 16 2001, Daniel Phillips wrote: > On Tuesday 15 May 2001 17:34, Linus Torvalds wrote: > > On Tue, 15 May 2001, Neil Brown wrote: > > > Ofcourse setting the "queue" function that __blk_get_queue call to > > > do a lookup of the minor and choose an appropriate queue for the > > > "real" device wont work as you need to munge bh->b_rdev too. > > > > What I would do is: > > - remove b_rdev completely. > > :-) And b_rsector too? Way ahead of you, it's gone :-) Neither of these are part of the buffer_head as a caching entity, they belong purely in the I/O path. I'll show code in a day or two. > > [...] > > > - replace is with b_index > > > > Then, the "get_queue" functions basically end up doing the mapping of > > > > b_dev -> <queue,b_index> > > To clarify, will be b_index be in the buffer_head or not? It should not -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: LANANA: To Pending Device Number Registrants Jonathan Lundell
- Re: LANANA: To Pending Device Number Registrants Kai Henningsen
- Re: LANANA: To Pending Device Number Registrants Geert Uytterhoeven
- Re: LANANA: To Pending Device Number Registrants Alan Cox
- Re: LANANA: To Pending Device Number Registrants H. Peter Anvin
- Re: LANANA: To Pending Device Number Registrants Andreas Dilger
- Re: LANANA: To Pending Device Number Registrants Dan Hollis
- Re: LANANA: To Pending Device Number Registrants Neil Brown
- Re: LANANA: To Pending Device Number Registrants Linus Torvalds
- Re: LANANA: To Pending Device Number Registrants Daniel Phillips
- Re: LANANA: To Pending Device Number Registrants Jens Axboe
- Re: LANANA: To Pending Device Number Registrants Neil Brown
- Re: LANANA: To Pending Device Number Registrants John Fremlin
- Re: LANANA: To Pending Device Number Registrants Rik van Riel
- Re: LANANA: To Pending Device Number Registrants Andi Kleen
- Re: LANANA: To Pending Device Number Registrants Richard Gooch
- Re: LANANA: To Pending Device Number Registrants Alan Cox
- Re: LANANA: To Pending Device Number Registrants Alexander Viro