Take fs_struct handling to new file (fs/fs_struct.c)
[deliverable/linux.git] / fs / internal.h
index 53af885f173243df3a5bf0906b589edccece84db..477a105f8df370e7e3d0cd2f1f7ecf8757bd9491 100644 (file)
@@ -11,6 +11,7 @@
 
 struct super_block;
 struct linux_binprm;
+struct path;
 
 /*
  * block_dev.c
@@ -60,3 +61,8 @@ extern void umount_tree(struct vfsmount *, int, struct list_head *);
 extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);
 
 extern void __init mnt_init(void);
+
+/*
+ * fs_struct.c
+ */
+extern void chroot_fs_refs(struct path *, struct path *);
This page took 0.03442 seconds and 5 git commands to generate.