All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjan@infradead.org>
To: viro@linux.org.uk, hch@lst.de, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: remove unused lookup_mnt export
Date: Fri, 29 Oct 2004 15:33:41 +0100	[thread overview]
Message-ID: <20041029143341.GA13322@infradead.org> (raw)

lookup_mnt() is entirely unused outside of deep vfs internals, remove the
export since it's quite a low level interface anyway

Signed-off-by: Arjan van de Ven <arjan@infradead.org>


--- linux-2.6.9/fs/namespace.c~	2004-10-29 16:27:45.340762244 +0200
+++ linux-2.6.9/fs/namespace.c	2004-10-29 16:27:45.340762244 +0200
@@ -106,8 +106,6 @@
 	return found;
 }
 
-EXPORT_SYMBOL(lookup_mnt);
-
 static inline int check_mnt(struct vfsmount *mnt)
 {
 	return mnt->mnt_namespace == current->namespace;

                 reply	other threads:[~2004-10-29 14:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20041029143341.GA13322@infradead.org \
    --to=arjan@infradead.org \
    --cc=akpm@osdl.org \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@linux.org.uk \
    /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.