aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 5e188b773e9c..8bdb504be73b 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1251,7 +1251,7 @@ extern int unregister_filesystem(struct file_system_type *);
1251extern struct vfsmount *kern_mount(struct file_system_type *); 1251extern struct vfsmount *kern_mount(struct file_system_type *);
1252extern int may_umount_tree(struct vfsmount *); 1252extern int may_umount_tree(struct vfsmount *);
1253extern int may_umount(struct vfsmount *); 1253extern int may_umount(struct vfsmount *);
1254extern void umount_tree(struct vfsmount *, struct list_head *); 1254extern void umount_tree(struct vfsmount *, int, struct list_head *);
1255extern void release_mounts(struct list_head *); 1255extern void release_mounts(struct list_head *);
1256extern long do_mount(char *, char *, char *, unsigned long, void *); 1256extern long do_mount(char *, char *, char *, unsigned long, void *);
1257extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int); 1257extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);