diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index e38c08ca437d..b71deeecea17 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -55,7 +55,7 @@ extern int vfs_path_lookup(struct dentry *, struct vfsmount *, | |||
55 | /* | 55 | /* |
56 | * namespace.c | 56 | * namespace.c |
57 | */ | 57 | */ |
58 | extern int copy_mount_options(const void __user *, unsigned long *); | 58 | extern void *copy_mount_options(const void __user *); |
59 | extern char *copy_mount_string(const void __user *); | 59 | extern char *copy_mount_string(const void __user *); |
60 | 60 | ||
61 | extern struct vfsmount *lookup_mnt(struct path *); | 61 | extern struct vfsmount *lookup_mnt(struct path *); |