2000-12-18 00:30:15

by Martin Josefsson

[permalink] [raw]
Subject: 2.4.0-test13-pre3 and ext2 as module

Hi

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

As you may have noticed I have ext2 as a module, I have reiserfs as main
filesystem here on this system. This is not a critical error to me.

I havn't tried to compile ext2 into kernel.

.config is availiable if anyone wants it.

/Martin

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


2000-12-18 00:36:06

by Alan

[permalink] [raw]
Subject: Re: 2.4.0-test13-pre3 and ext2 as module

> 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.

2000-12-18 00:49:11

by Martin Josefsson

[permalink] [raw]
Subject: Re: 2.4.0-test13-pre3 and ext2 as module

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

/Martin

2000-12-18 00:51:46

by Martin Josefsson

[permalink] [raw]
Subject: Re: 2.4.0-test13-pre3 and ext2 as module

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

2000-12-18 01:03:40

by Martin Josefsson

[permalink] [raw]
Subject: Re: 2.4.0-test13-pre3 and ext2 as module

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