diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index 0d8ac497b3d5..b4dac4fb6b61 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -11,6 +11,7 @@ | |||
11 | 11 | ||
12 | struct super_block; | 12 | struct super_block; |
13 | struct linux_binprm; | 13 | struct linux_binprm; |
14 | struct path; | ||
14 | 15 | ||
15 | /* | 16 | /* |
16 | * block_dev.c | 17 | * block_dev.c |
@@ -43,7 +44,7 @@ extern void __init chrdev_init(void); | |||
43 | /* | 44 | /* |
44 | * exec.c | 45 | * exec.c |
45 | */ | 46 | */ |
46 | extern void check_unsafe_exec(struct linux_binprm *, struct files_struct *); | 47 | extern int check_unsafe_exec(struct linux_binprm *); |
47 | 48 | ||
48 | /* | 49 | /* |
49 | * namespace.c | 50 | * namespace.c |
@@ -60,3 +61,8 @@ extern void umount_tree(struct vfsmount *, int, struct list_head *); | |||
60 | extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int); | 61 | extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int); |
61 | 62 | ||
62 | extern void __init mnt_init(void); | 63 | extern void __init mnt_init(void); |
64 | |||
65 | /* | ||
66 | * fs_struct.c | ||
67 | */ | ||
68 | extern void chroot_fs_refs(struct path *, struct path *); | ||