All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@gmail.com>
To: hetfield666@gmail.com
Cc: "Kernel, " <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.13-rc6-git3 undefined reference on _mntput
Date: Thu, 11 Aug 2005 18:07:02 +0200	[thread overview]
Message-ID: <42FB77A6.3050604@gmail.com> (raw)
In-Reply-To: <42FB752D.6070101@gmail.com>

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.

  reply	other threads:[~2005-08-11 16:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-11 15:56 2.6.13-rc6-git3 undefined reference on _mntput Hetfield
2005-08-11 16:07 ` Jiri Slaby [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42FB77A6.3050604@gmail.com \
    --to=jirislaby@gmail.com \
    --cc=hetfield666@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.