summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2019-03-25 16:38:28 +0000
committerAl Viro <viro@zeniv.linux.org.uk>2019-05-25 17:59:57 -0400
commitbb7b6b2bbdb827e68cd506c8f5e3ba13215cccb2 (patch)
tree568a715fc6421c70e1c2ae99ec9e6c4ca7de6687 /include
parent96a374a35f822e53cad3b011dd5fbadec1b1473f (diff)
downloadlinux-stable-bb7b6b2bbdb827e68cd506c8f5e3ba13215cccb2.tar.gz
linux-stable-bb7b6b2bbdb827e68cd506c8f5e3ba13215cccb2.tar.bz2
linux-stable-bb7b6b2bbdb827e68cd506c8f5e3ba13215cccb2.zip
vfs: Kill mount_ns()
Kill mount_ns() as it has been replaced by vfs_get_super() in the new mount API. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-fsdevel@vger.kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index b06251dd429f..790342cf4df9 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2206,9 +2206,6 @@ struct file_system_type {
#define MODULE_ALIAS_FS(NAME) MODULE_ALIAS("fs-" NAME)
-extern struct dentry *mount_ns(struct file_system_type *fs_type,
- int flags, void *data, void *ns, struct user_namespace *user_ns,
- int (*fill_super)(struct super_block *, void *, int));
#ifdef CONFIG_BLOCK
extern struct dentry *mount_bdev(struct file_system_type *fs_type,
int flags, const char *dev_name, void *data,