Re: Persistent module storage - modutils design

From: Keith Owens (kaos@ocs.com.au)
Date: Tue Nov 07 2000 - 10:19:10 EST


On Tue, 07 Nov 2000 11:47:57 -0300,
Horst von Brand <vonbrand@inf.utfsm.cl> wrote:
>Keith Owens <kaos@ocs.com.au> said:
>> It makes no sense to allow duplicate module names in the same kernel
>> tree. "modprobe foo" - which one gets loaded?
>
>Why the tree then?

Mainly so you can "modprobe -t net \*" and load all modules with /net/
in their pathname. pcmcia modules need to be identified and linked.
mkinitrd also needs paths to identify scsi modules. The old system of
assigning pathnames was manual, fragile and error prone, copying the
kernel tree works. But whether modules are a flat directory, a
manually built two level directory or a copy of the kernel tree, it
still makes no sense to have duplicate names in the same kernel tree.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Nov 07 2000 - 21:00:22 EST