All of lore.kernel.org
 help / color / mirror / Atom feed
* block-major aliases (module-init-tools 3.0-pre2)
@ 2004-01-07 10:40 Andrey Borzenkov
  2004-01-08  0:39 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2004-01-07 10:40 UTC (permalink / raw)
  To: Rusty Russell; +Cc: linux-kernel

Apparently generate-modprobe.conf is producing block-major-N-* while kernel 
(2.6.0) still calls request_module with block-major-N:

{pts/0}% grep request_module drivers/block/*
drivers/block/genhd.c:  request_module("block-major-%d", MAJOR(dev));

who is correct?

-andrey


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: block-major aliases (module-init-tools 3.0-pre2)
  2004-01-07 10:40 block-major aliases (module-init-tools 3.0-pre2) Andrey Borzenkov
@ 2004-01-08  0:39 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2004-01-08  0:39 UTC (permalink / raw)
  To: Andrey Borzenkov; +Cc: linux-kernel, akpm

In message <200401071340.54983.arvidjaar@mail.ru> you write:
> Apparently generate-modprobe.conf is producing block-major-N-* while kernel 
> (2.6.0) still calls request_module with block-major-N:
> 
> {pts/0}% grep request_module drivers/block/*
> drivers/block/genhd.c:  request_module("block-major-%d", MAJOR(dev));
> 
> who is correct?

The former, but patch didn't make it into 2.6.0.  Fix (which does
both, due to the confusion) is in -rc2.

Cheers,
Rusty.
--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-08  1:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-07 10:40 block-major aliases (module-init-tools 3.0-pre2) Andrey Borzenkov
2004-01-08  0:39 ` Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.