diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mount.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index b7472ae91fa4..aff68c3660f5 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -73,6 +73,11 @@ extern struct vfsmount *alloc_vfsmnt(const char *name); | |||
73 | extern struct vfsmount *do_kern_mount(const char *fstype, int flags, | 73 | extern struct vfsmount *do_kern_mount(const char *fstype, int flags, |
74 | const char *name, void *data); | 74 | const char *name, void *data); |
75 | 75 | ||
76 | struct file_system_type; | ||
77 | extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, | ||
78 | int flags, const char *name, | ||
79 | void *data); | ||
80 | |||
76 | struct nameidata; | 81 | struct nameidata; |
77 | 82 | ||
78 | extern int do_add_mount(struct vfsmount *newmnt, struct nameidata *nd, | 83 | extern int do_add_mount(struct vfsmount *newmnt, struct nameidata *nd, |