diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-12-12 23:07:05 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:52:39 -0500 |
commit | 79e801a906db46cb8efad66c400b01df874b3f12 (patch) | |
tree | 2b5c2e414181dd0101d3506166948aac1b34ef7c /include/linux/mount.h | |
parent | a5166169f9b920cae3c503910cb66a3ac5dd846d (diff) | |
download | op-kernel-dev-79e801a906db46cb8efad66c400b01df874b3f12.zip op-kernel-dev-79e801a906db46cb8efad66c400b01df874b3f12.tar.gz |
vfs: make do_kern_mount() static
the only user outside of fs/namespace.c has died
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index 33fe53d..65c1bb0 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -100,9 +100,6 @@ extern void mnt_pin(struct vfsmount *mnt); extern void mnt_unpin(struct vfsmount *mnt); extern int __mnt_is_readonly(struct vfsmount *mnt); -extern struct vfsmount *do_kern_mount(const char *fstype, int flags, - const char *name, void *data); - struct file_system_type; extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, int flags, const char *name, |