aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h1
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 *);
1885extern int unregister_filesystem(struct file_system_type *); 1885extern int unregister_filesystem(struct file_system_type *);
1886extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data); 1886extern 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)
1888extern void kern_unmount(struct vfsmount *mnt);
1888extern int may_umount_tree(struct vfsmount *); 1889extern int may_umount_tree(struct vfsmount *);
1889extern int may_umount(struct vfsmount *); 1890extern int may_umount(struct vfsmount *);
1890extern long do_mount(char *, char *, char *, unsigned long, void *); 1891extern long do_mount(char *, char *, char *, unsigned long, void *);