All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hetfield <hetfield666@gmail.com>
To: "Kernel, " <linux-kernel@vger.kernel.org>
Subject: 2.6.13-rc6-git3 undefined reference on _mntput
Date: Thu, 11 Aug 2005 17:56:29 +0200	[thread overview]
Message-ID: <42FB752D.6070101@gmail.com> (raw)

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.

             reply	other threads:[~2005-08-11 15:56 UTC|newest]

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

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=42FB752D.6070101@gmail.com \
    --to=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.