diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-01-17 20:02:57 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-01-17 20:02:57 +0300 |
commit | 6d7fbce7da0cd06ff3f3f30e009a15a6243f0bc0 (patch) | |
tree | 8bd91535c50ec916bd0b4b6a7550c3a0eb28c9f9 /include/linux/kernfs.h | |
parent | 35ac1184244f1329783e1d897f74926d8bb1103a (diff) | |
download | linux-6d7fbce7da0cd06ff3f3f30e009a15a6243f0bc0.tar.xz |
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/linux/kernfs.h')
-rw-r--r-- | include/linux/kernfs.h | 1 |
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); |