Subject: Re: CVS commit: src/sys/kern
To: Antti Kantee <pooka@cs.hut.fi>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 01/17/2008 21:21:45
Antti Kantee <pooka@cs.hut.fi> writes:
>> Log Message:
>> Before bailing on ENOENT, try one more time with an appended ".o". This
>> lets us load dependencies by module name and makes 'modload foo' work when
>> 'foo.o' is the file.
>
> Is this a policy decision the kernel should be making?

Indeed, it would seem better to do that in modload itself, not the
kernel.

Perry