diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-11 11:42:01 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-11 20:02:04 -0400 |
commit | 808d4e3cfdcc52b19276175464f6dbca4df13b09 (patch) | |
tree | 11c319127e8c1314c1ed1a777e4284032ab5bd00 /include/linux/fs.h | |
parent | 4b2c551f77f5a0c496e2125b1d883f4b26aabf2c (diff) |
consitify do_mount() arguments
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index ec911aeea968..9baf8270f9d1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2075,7 +2075,7 @@ extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data); | |||
2075 | extern void kern_unmount(struct vfsmount *mnt); | 2075 | extern void kern_unmount(struct vfsmount *mnt); |
2076 | extern int may_umount_tree(struct vfsmount *); | 2076 | extern int may_umount_tree(struct vfsmount *); |
2077 | extern int may_umount(struct vfsmount *); | 2077 | extern int may_umount(struct vfsmount *); |
2078 | extern long do_mount(char *, char *, char *, unsigned long, void *); | 2078 | extern long do_mount(const char *, const char *, const char *, unsigned long, void *); |
2079 | extern struct vfsmount *collect_mounts(struct path *); | 2079 | extern struct vfsmount *collect_mounts(struct path *); |
2080 | extern void drop_collected_mounts(struct vfsmount *); | 2080 | extern void drop_collected_mounts(struct vfsmount *); |
2081 | extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *, | 2081 | extern int iterate_mounts(int (*)(struct vfsmount *, void *), void *, |