diff options
Diffstat (limited to 'include/linux/mnt_namespace.h')
| -rw-r--r-- | include/linux/mnt_namespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h index 5a8e3903d770..12b2ab510323 100644 --- a/include/linux/mnt_namespace.h +++ b/include/linux/mnt_namespace.h | |||
| @@ -4,9 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | struct mnt_namespace; | 5 | struct mnt_namespace; |
| 6 | struct fs_struct; | 6 | struct fs_struct; |
| 7 | struct user_namespace; | ||
| 7 | 8 | ||
| 8 | extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, | 9 | extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *, |
| 9 | struct fs_struct *); | 10 | struct user_namespace *, struct fs_struct *); |
| 10 | extern void put_mnt_ns(struct mnt_namespace *ns); | 11 | extern void put_mnt_ns(struct mnt_namespace *ns); |
| 11 | 12 | ||
| 12 | extern const struct file_operations proc_mounts_operations; | 13 | extern const struct file_operations proc_mounts_operations; |
