Below is a patch i need to fix two unresolved symbols when ext2 was
compiled as a module.
-jeff
--- linux-2.4.0-test12/kernel/ksyms.c Tue Dec 12 11:19:17 2000
+++ linux/kernel/ksyms.c Tue Dec 12 11:18:57 2000
@@ -252,6 +252,8 @@
EXPORT_SYMBOL(lock_may_read);
EXPORT_SYMBOL(lock_may_write);
EXPORT_SYMBOL(dcache_readdir);
+EXPORT_SYMBOL(buffer_insert_inode_queue);
+EXPORT_SYMBOL(fsync_inode_buffers);
/* for stackable file systems (lofs, wrapfs, cryptfs, etc.) */
EXPORT_SYMBOL(default_llseek);
------------------------------------------------------------------------
Jeff Raubitschek
DynaByte Systems
[email protected]