linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* remove unused lookup_mnt export
@ 2004-10-29 14:33 Arjan van de Ven
  0 siblings, 0 replies; only message in thread
From: Arjan van de Ven @ 2004-10-29 14:33 UTC (permalink / raw)
  To: viro, hch, akpm; +Cc: linux-kernel

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-29 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-29 14:33 remove unused lookup_mnt export Arjan van de Ven

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).