diff options
author | David Howells <dhowells@redhat.com> | 2018-11-01 19:07:26 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-02-28 03:29:36 -0500 |
commit | d911b4585eb3501f752160e8e0f1bb00c3c7c4e5 (patch) | |
tree | 891f0ed03e927878a878d7339d09a1655e2d68e6 /include/linux/fs.h | |
parent | 32021982a324dce93b4ae00c06213bf45fb319c8 (diff) |
vfs: Remove kern_mount_data()
The kern_mount_data() isn't used any more so remove it.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9d05c128ccf6..3e85cb8e8c20 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2280,8 +2280,7 @@ mount_pseudo(struct file_system_type *fs_type, char *name, | |||
2280 | 2280 | ||
2281 | extern int register_filesystem(struct file_system_type *); | 2281 | extern int register_filesystem(struct file_system_type *); |
2282 | extern int unregister_filesystem(struct file_system_type *); | 2282 | extern int unregister_filesystem(struct file_system_type *); |
2283 | extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data); | 2283 | extern struct vfsmount *kern_mount(struct file_system_type *); |
2284 | #define kern_mount(type) kern_mount_data(type, NULL) | ||
2285 | extern void kern_unmount(struct vfsmount *mnt); | 2284 | extern void kern_unmount(struct vfsmount *mnt); |
2286 | extern int may_umount_tree(struct vfsmount *); | 2285 | extern int may_umount_tree(struct vfsmount *); |
2287 | extern int may_umount(struct vfsmount *); | 2286 | extern int may_umount(struct vfsmount *); |