K 10 svn:author V 3 mux K 8 svn:date V 27 2002-08-02T20:56:07.000000Z K 7 svn:log V 420 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 END