lkml.org 
[lkml]   [1998]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: kmod freezes
Date
> >I don't believe that preventing that configuration in the first place is
> >an answer, because maybe one day we'll have the printer driver trying to
> >set itself up with a lowlevel parport driver each time an open() is done
> >on an lp device if it failed at initialisation time.
>
> Preventing that configuration is probably a good idea in terms of 2.2, since I
> doubt we can make it work properly in that timeframe. Whether that's possible
> or not is another question.

Fixing kmod is not very hard. request_module() simply needs to start

if(!kmod_started)
return -EBUSY;

Alan


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.097 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site