linux-2.3 grundler
    grundler@puffin.external.hp.com 
    grundler@puffin.external.hp.com
    Tue, 8 Feb 2000 23:34:13 -0700
    
    
  
CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	grundler	00/02/08 23:34:13
Modified files:
	fs/ext2        : super.c 
Log message:
problem: init_ext2_fs() is listed in "ld: Unsatisfied symbols:"
solution: init_ext2_fs() is declared "static" but called in main.c directly.
Problem is really that module_init(init_ext2_fs) doesn't work because
we are still stuck using SOM binaries. When we can use ELF format, this
kluge can go away.