Messages in this thread |  | | From | Keith Owens <> | Subject | Re: Persistent module storage - modutils design | Date | Wed, 08 Nov 2000 02:19:10 +1100 |
| |
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/
|  |