diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index b224dc468a23..7a757a48a5c6 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1885,6 +1885,7 @@ extern int register_filesystem(struct file_system_type *); | |||
1885 | extern int unregister_filesystem(struct file_system_type *); | 1885 | extern int unregister_filesystem(struct file_system_type *); |
1886 | extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data); | 1886 | extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data); |
1887 | #define kern_mount(type) kern_mount_data(type, NULL) | 1887 | #define kern_mount(type) kern_mount_data(type, NULL) |
1888 | extern void kern_unmount(struct vfsmount *mnt); | ||
1888 | extern int may_umount_tree(struct vfsmount *); | 1889 | extern int may_umount_tree(struct vfsmount *); |
1889 | extern int may_umount(struct vfsmount *); | 1890 | extern int may_umount(struct vfsmount *); |
1890 | extern long do_mount(char *, char *, char *, unsigned long, void *); | 1891 | extern long do_mount(char *, char *, char *, unsigned long, void *); |