public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.13-rc6-git3 undefined reference on _mntput
@ 2005-08-11 15:56 Hetfield
  2005-08-11 16:07 ` Jiri Slaby
  2005-08-11 16:23 ` Jiri Slaby
  0 siblings, 2 replies; 4+ messages in thread
From: Hetfield @ 2005-08-11 15:56 UTC (permalink / raw)
  To: Kernel, 

grep _mntput *
namei.c:        _mntput(nd->mnt);
namespace.c:void __mntput(struct vfsmount *mnt)
namespace.c:EXPORT_SYMBOL(__mntput);


  CC      fs/namei.o
fs/namei.c: In function `path_release_on_umount':
fs/namei.c:317: warning: implicit declaration of function `_mntput'


....

   LD      .tmp_vmlinux1
fs/built-in.o: In function `path_release_on_umount':
: undefined reference to `_mntput'
make: *** [.tmp_vmlinux1] Error 1


seems an underscore is missing.

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

* Re: 2.6.13-rc6-git3 undefined reference on _mntput
  2005-08-11 15:56 2.6.13-rc6-git3 undefined reference on _mntput Hetfield
@ 2005-08-11 16:07 ` Jiri Slaby
  2005-08-11 16:23 ` Jiri Slaby
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2005-08-11 16:07 UTC (permalink / raw)
  To: hetfield666; +Cc: Kernel, 

Hetfield napsal(a):

> grep _mntput *
> namei.c:        _mntput(nd->mnt);
> namespace.c:void __mntput(struct vfsmount *mnt)
> namespace.c:EXPORT_SYMBOL(__mntput);
>
>
>  CC      fs/namei.o
> fs/namei.c: In function `path_release_on_umount':
> fs/namei.c:317: warning: implicit declaration of function `_mntput'
>
>
> ....
>
>   LD      .tmp_vmlinux1
> fs/built-in.o: In function `path_release_on_umount':
> : undefined reference to `_mntput'
> make: *** [.tmp_vmlinux1] Error 1
>
>
> seems an underscore is missing.

It seems, that there is one extra.

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

* Re: 2.6.13-rc6-git3 undefined reference on _mntput
  2005-08-11 15:56 2.6.13-rc6-git3 undefined reference on _mntput Hetfield
  2005-08-11 16:07 ` Jiri Slaby
@ 2005-08-11 16:23 ` Jiri Slaby
  1 sibling, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2005-08-11 16:23 UTC (permalink / raw)
  To: hetfield666; +Cc: Kernel, 

Hetfield napsal(a):

> grep _mntput *
> namei.c:        _mntput(nd->mnt);
> namespace.c:void __mntput(struct vfsmount *mnt)
> namespace.c:EXPORT_SYMBOL(__mntput);
>
>
>  CC      fs/namei.o
> fs/namei.c: In function `path_release_on_umount':
> fs/namei.c:317: warning: implicit declaration of function `_mntput'

In 2.6.13-rc6-git3 there is nothing like that (nor on that line) and 
compiles for me.
Maybe you mispatched it, because in namei.c in that git there is 
mntput_no_expire(nd->mnt);, not _mntput.

regards,

-- 
Jiri Slaby         www.fi.muni.cz/~xslaby
~\-/~      jirislaby@gmail.com      ~\-/~
241B347EC88228DE51EE A49C4A73A25004CB2A10


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

* Re: 2.6.13-rc6-git3 undefined reference on _mntput
       [not found] ` <4AnNc-3QB-39@gated-at.bofh.it>
@ 2005-08-11 17:29   ` Hetfield
  0 siblings, 0 replies; 4+ messages in thread
From: Hetfield @ 2005-08-11 17:29 UTC (permalink / raw)
  To: Jiri Slaby, Kernel, 

Jiri Slaby ha scritto:
> Hetfield napsal(a):
> 
>> grep _mntput *
>> namei.c:        _mntput(nd->mnt);
>> namespace.c:void __mntput(struct vfsmount *mnt)
>> namespace.c:EXPORT_SYMBOL(__mntput);
>>
>>
>>  CC      fs/namei.o
>> fs/namei.c: In function `path_release_on_umount':
>> fs/namei.c:317: warning: implicit declaration of function `_mntput'
>>
>>
>> ....
>>
>>   LD      .tmp_vmlinux1
>> fs/built-in.o: In function `path_release_on_umount':
>> : undefined reference to `_mntput'
>> make: *** [.tmp_vmlinux1] Error 1
>>
>>
>> seems an underscore is missing.
> 
> 
> It seems, that there is one extra.
> -

oops sorry i got a wrong merge from gentoo sources.

my fault, discard this.


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

end of thread, other threads:[~2005-08-11 17:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-11 15:56 2.6.13-rc6-git3 undefined reference on _mntput Hetfield
2005-08-11 16:07 ` Jiri Slaby
2005-08-11 16:23 ` Jiri Slaby
     [not found] <4AnDw-3uy-7@gated-at.bofh.it>
     [not found] ` <4AnNc-3QB-39@gated-at.bofh.it>
2005-08-11 17:29   ` Hetfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox