Floppy module not working (and why)

Petr Cech (cech@atrey.karlin.mff.cuni.cz)
Sun, 27 Apr 1997 22:03:32 +0200 (MET DST)


Hi,
when I installed home the 2.1.36 with floppy compiled as module, I got an
(the) OOPS. So I digged a bit and found, that it happens only if there is
a parameter supplied for the floppy module. The floppy calles the function
get_options (in init/main.c) which is marker as __initfunc and therefore
it is thown away.
So the solution is to unmark the function get_options in
init/main.c (this means removing the __initfunc( and the last ) ).

Petr Cech

P.S. Sorry I don't have current sources at school so no diff :)