aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2019-01-17 12:02:57 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2019-01-17 12:02:57 -0500
commit6d7fbce7da0cd06ff3f3f30e009a15a6243f0bc0 (patch)
tree8bd91535c50ec916bd0b4b6a7550c3a0eb28c9f9 /include
parentcgroup: saner refcounting for cgroup_root (diff)
downloadlinux-dev-6d7fbce7da0cd06ff3f3f30e009a15a6243f0bc0.tar.xz
linux-dev-6d7fbce7da0cd06ff3f3f30e009a15a6243f0bc0.zip
kill kernfs_pin_sb()
unused now and impossible to use safely anyway. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/kernfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h
index 5b36b1287a5a..44acb4c3659c 100644
--- a/include/linux/kernfs.h
+++ b/include/linux/kernfs.h
@@ -357,7 +357,6 @@ struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags,
struct kernfs_root *root, unsigned long magic,
bool *new_sb_created, const void *ns);
void kernfs_kill_sb(struct super_block *sb);
-struct super_block *kernfs_pin_sb(struct kernfs_root *root, const void *ns);
void kernfs_init(void);