diff options
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r-- | include/linux/mount.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h index c6f55158d5e5..8e0352af06b7 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h | |||
@@ -90,6 +90,9 @@ struct file_system_type; | |||
90 | extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, | 90 | extern struct vfsmount *vfs_kern_mount(struct file_system_type *type, |
91 | int flags, const char *name, | 91 | int flags, const char *name, |
92 | void *data); | 92 | void *data); |
93 | extern struct vfsmount *vfs_submount(const struct dentry *mountpoint, | ||
94 | struct file_system_type *type, | ||
95 | const char *name, void *data); | ||
93 | 96 | ||
94 | extern void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list); | 97 | extern void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list); |
95 | extern void mark_mounts_for_expiry(struct list_head *mounts); | 98 | extern void mark_mounts_for_expiry(struct list_head *mounts); |