]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mnt_namespace.h
vfs: Add a user namespace reference from struct mnt_namespace
[karo-tx-linux.git] / include / linux / mnt_namespace.h
index 5a8e3903d7707f32490ee607766ccf8d4882c8cf..12b2ab51032317357c9ca49221f0af864668af0d 100644 (file)
@@ -4,9 +4,10 @@
 
 struct mnt_namespace;
 struct fs_struct;
+struct user_namespace;
 
 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
-               struct fs_struct *);
+               struct user_namespace *, struct fs_struct *);
 extern void put_mnt_ns(struct mnt_namespace *ns);
 
 extern const struct file_operations proc_mounts_operations;