Maxime Henrion f2b17113cf Make the consumers of the linker_load_file() function use
linker_load_module() instead.

This fixes a bug where the kernel was unable to properly locate and
load a kernel module in vfs_mount() (and probably in the netgraph
code as well since it was using the same function).  This is because
the linker_load_file() does not properly search the module path.

Problem found by:	peter
Reviewed by:		peter
Thanks to:		peter
2002-08-02 20:56:07 +00:00
..
2002-08-02 18:40:01 +00:00
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-08-02 15:55:18 +00:00
2002-06-29 17:26:22 +00:00
2002-06-30 03:01:44 +00:00
2002-08-01 17:21:18 +00:00
2002-06-29 17:26:22 +00:00
2002-08-01 17:21:18 +00:00
2002-08-01 21:39:54 +00:00