remove unused lookup_mnt export

From: Arjan van de Ven
Date: Fri Oct 29 2004 - 10:18:04 EST


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@xxxxxxxxxxxxx>


--- 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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/