From: Andrew Morton <akpm@digeo.com>
To: Lou Langholtz <ldl@aros.net>
Cc: linux-kernel@vger.kernel.org, Jens Axboe <axboe@suse.de>,
Greg KH <greg@kroah.com>, Patrick Mochel <mochel@osdl.org>
Subject: Re: 2.5.70 add_disk(disk) re-registering disk->queue->elevator.kobj (bug?!)
Date: Tue, 3 Jun 2003 18:00:02 -0700 [thread overview]
Message-ID: <20030603180002.2a0b4402.akpm@digeo.com> (raw)
In-Reply-To: <3EDD3D5F.3010509@aros.net>
Lou Langholtz <ldl@aros.net> wrote:
>
> >The ramdisk driver was recently changed to do exactly this. From what
> >you say it appears that nbd needs the same treatment.
> >
> >
> I noticed that too but thought surely that couldn't be why the rd driver
> was changes. Cause... then it would seem via 'grep blk_init_queue
> drivers/block/*.c' that most of the block drivers need to be changed.
> And having a request_queue structure for every disk that's often (in
> these drivers) every minor device, seems like a lot of unneeded memory
> usage too. I'm afraid to ask this, but are you sure that each disk
> really is supposed to have its own request queue now? That seems less
> sensible than inverting the kobject parenting logic so that the
> request_queue.elevator kobject is the parent of the disk kobject. After
> all, makes more sense for multiple gen_disk objects to belong to the
> same elevator than for multiple elevators to belong to the same gen_disk
> no???
According to Al, we have a significant number of drivers in the tree in
which multiple gendisks shared the same queue. Sometimes because that's a
logical mapping onto how the hardware behaves.
As far as I know, the new queue-per-gendisk requirement is purely because
of this sysfs hierarchy problem.
So yes, perhaps you are right and we need to rethink things from the sysfs
angle rather than reworking the drivers. Along the lines which you
mention.
This isn't my area. Perhaps Jens, Greg or Pat could comment?
next prev parent reply other threads:[~2003-06-04 0:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-03 18:33 2.5.70 add_disk(disk) re-registering disk->queue->elevator.kobj (bug?!) Lou Langholtz
2003-06-03 19:07 ` Andrew Morton
2003-06-04 0:29 ` Lou Langholtz
2003-06-04 0:56 ` viro
2003-06-04 16:08 ` Patrick Mochel
2003-06-04 1:00 ` Andrew Morton [this message]
2003-06-04 1:06 ` viro
2003-06-04 16:07 ` Lou Langholtz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030603180002.2a0b4402.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=axboe@suse.de \
--cc=greg@kroah.com \
--cc=ldl@aros.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mochel@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox