Hi

Linus, will you please consider this patch by Jeff Raubitschek for the
next pre-patch? It fixes two unresolved symbols in ext2.o when building
ext2 as a module.

--- 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);


/Martin

Linux hackers are funny people: They count the time in patchlevels.

On Mon, 18 Dec 2000, Martin Josefsson wrote:

> On Mon, 18 Dec 2000, Martin Josefsson wrote:
> 
> > On Mon, 18 Dec 2000, Alan Cox wrote:
> > 
> > > > I compiled test13-pre3 a few minutes ago and when running
> > > > make modules_install I got this:
> > > > 
> > > > depmod: *** Unresolved symbols in 
>/lib/modules/2.4.0-test13-pre3/kernel/fs/ext2/ext2.o
> > > > depmod:         buffer_insert_inode_queue
> > > > depmod:         fsync_inode_buffers
> > > 
> > > Jeff Raubitschek posted a patch for this on the 12th. 
> > 
> > Thanks for the quick response, testing the patch now.
> > If it works I'll ask Linux to include it in the next pre-patch
> 
> Gaah, why do I write Linux instead of Linus... maybe I should get some
> sleep..
> 
> /Martin
> 
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to