linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.9-pre1 unresolved symbols in fat.o/smbfs.o
@ 2001-08-13  0:05 Alessandro Suardi
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Suardi @ 2001-08-13  0:05 UTC (permalink / raw)
  To: linux-kernel

depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/fs/fat/fat.o
depmod: 	generic_file_llseek
depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/fs/smbfs/smbfs.o
depmod: 	generic_file_llseek
 
--alessandro

 "this is no time to get cute, it's a mad dog's promenade
  so walk tall, or baby don't walk at all"
                (Bruce Springsteen, 'New York City Serenade')

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.9-pre1 unresolved symbols in fat.o/smbfs.o
  2001-08-13  0:32 ` Alan Cox
  2001-08-13  0:36   ` Linus Torvalds
@ 2001-08-13  2:33   ` Colonel
  1 sibling, 0 replies; 5+ messages in thread
From: Colonel @ 2001-08-13  2:33 UTC (permalink / raw)
  To: linux-kernel

In clouddancer.list.kernel, you wrote:
>
>
>On Mon, 13 Aug 2001, Alan Cox wrote:
>>
>> Oops my fault. My kernel/ksyms goes
>>
>> EXPORT_SYMBOL(vfs_unlink);
>> EXPORT_SYMBOL(vfs_rename);
>> EXPORT_SYMBOL(vfs_statfs);
>> EXPORT_SYMBOL(generic_file_llseek);
>> EXPORT_SYMBOL(generic_read_dir);
>> EXPORT_SYMBOL(__pollwait);
>> EXPORT_SYMBOL(poll_freewait);
>>
>> If you edit yours and drop that line in then rebuild from clean all should
>> be well
>
>Hmm.. You should probably also add "no_llseek" there..
>
>		Linus


Seems to need it:

/usr/src/linux }make  modules_install  >/dev/null

depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/drivers/media/video/tvmixer.o
depmod:         no_llseek
depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/drivers/media/video/videodev.o
depmod:         no_llseek
depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/drivers/sound/sound.o
depmod:         no_llseek
depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/fs/fat/fat.o
depmod:         generic_file_llseek




-- 
Windows 2001: "I'm sorry Dave ...  I'm afraid I can't do that."


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.9-pre1 unresolved symbols in fat.o/smbfs.o
  2001-08-13  0:36   ` Linus Torvalds
@ 2001-08-13  0:51     ` Alessandro Suardi
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Suardi @ 2001-08-13  0:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Alan Cox, linux-kernel

Linus Torvalds wrote:
> 
> On Mon, 13 Aug 2001, Alan Cox wrote:
> >
> > Oops my fault. My kernel/ksyms goes
> >
> > EXPORT_SYMBOL(vfs_unlink);
> > EXPORT_SYMBOL(vfs_rename);
> > EXPORT_SYMBOL(vfs_statfs);
> > EXPORT_SYMBOL(generic_file_llseek);
> > EXPORT_SYMBOL(generic_read_dir);
> > EXPORT_SYMBOL(__pollwait);
> > EXPORT_SYMBOL(poll_freewait);
> >
> > If you edit yours and drop that line in then rebuild from clean all should
> > be well
> 
> Hmm.. You should probably also add "no_llseek" there..

Don't know about that, but Alan's suggested fix is enough for
 a clean 2.4.9-pre1 build here. Thanks,

--alessandro

 "this is no time to get cute, it's a mad dog's promenade
  so walk tall, or baby don't walk at all"
                (Bruce Springsteen, 'New York City Serenade')

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.9-pre1 unresolved symbols in fat.o/smbfs.o
  2001-08-13  0:32 ` Alan Cox
@ 2001-08-13  0:36   ` Linus Torvalds
  2001-08-13  0:51     ` Alessandro Suardi
  2001-08-13  2:33   ` Colonel
  1 sibling, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2001-08-13  0:36 UTC (permalink / raw)
  To: Alan Cox; +Cc: Alessandro Suardi, linux-kernel


On Mon, 13 Aug 2001, Alan Cox wrote:
>
> Oops my fault. My kernel/ksyms goes
>
> EXPORT_SYMBOL(vfs_unlink);
> EXPORT_SYMBOL(vfs_rename);
> EXPORT_SYMBOL(vfs_statfs);
> EXPORT_SYMBOL(generic_file_llseek);
> EXPORT_SYMBOL(generic_read_dir);
> EXPORT_SYMBOL(__pollwait);
> EXPORT_SYMBOL(poll_freewait);
>
> If you edit yours and drop that line in then rebuild from clean all should
> be well

Hmm.. You should probably also add "no_llseek" there..

		Linus


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.4.9-pre1 unresolved symbols in fat.o/smbfs.o
       [not found] <no.id>
@ 2001-08-13  0:32 ` Alan Cox
  2001-08-13  0:36   ` Linus Torvalds
  2001-08-13  2:33   ` Colonel
  0 siblings, 2 replies; 5+ messages in thread
From: Alan Cox @ 2001-08-13  0:32 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: linux-kernel, torvalds

> depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/fs/fat/fat.o
> depmod: 	generic_file_llseek
> depmod: *** Unresolved symbols in /lib/modules/2.4.9-pre1/kernel/fs/smbfs/smbfs.o
> depmod: 	generic_file_llseek
>  

Oops my fault. My kernel/ksyms goes

EXPORT_SYMBOL(vfs_unlink);
EXPORT_SYMBOL(vfs_rename);
EXPORT_SYMBOL(vfs_statfs);
EXPORT_SYMBOL(generic_file_llseek);
EXPORT_SYMBOL(generic_read_dir);
EXPORT_SYMBOL(__pollwait);
EXPORT_SYMBOL(poll_freewait);


If you edit yours and drop that line in then rebuild from clean all should
be well

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-08-13  2:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-13  0:05 2.4.9-pre1 unresolved symbols in fat.o/smbfs.o Alessandro Suardi
     [not found] <no.id>
2001-08-13  0:32 ` Alan Cox
2001-08-13  0:36   ` Linus Torvalds
2001-08-13  0:51     ` Alessandro Suardi
2001-08-13  2:33   ` Colonel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).