Commit 1af13030 authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Linus Torvalds

[PATCH] remove unused lookup_mnt export

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: default avatarArjan van de Ven <arjan@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 77337b3c
...@@ -106,8 +106,6 @@ struct vfsmount *lookup_mnt(struct vfsmount *mnt, struct dentry *dentry) ...@@ -106,8 +106,6 @@ struct vfsmount *lookup_mnt(struct vfsmount *mnt, struct dentry *dentry)
return found; return found;
} }
EXPORT_SYMBOL(lookup_mnt);
static inline int check_mnt(struct vfsmount *mnt) static inline int check_mnt(struct vfsmount *mnt)
{ {
return mnt->mnt_namespace == current->namespace; return mnt->mnt_namespace == current->namespace;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment