Subject: Re: bin/3998: Trying to mount a filesystem you don't have is cryptic
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Christian Hattemer <c.hattemer@arcor.de>
List: current-users
Date: 10/03/2006 10:40:26
On 29.09.06, Manuel Bouyer wrote:

>> But, printf to the kernel is about what device?  We really want to
>> have richer errors than just errno.   That said, I think a kernel
>> printf for something that's rare is more helpful than harmful.
>
> Why not use uprintf() ? Maybe with a sysctl to control it ...

Sounds like a good idea.

It could be inserted directly above the "return (ENODEV);".

Bye, Chris