X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=fs%2Finternal.h;h=477a105f8df370e7e3d0cd2f1f7ecf8757bd9491;hb=3e93cd671813e204c258f1e6c797959920cf7772;hp=53af885f173243df3a5bf0906b589edccece84db;hpb=f8ef3ed2bebd2c4cb9ece92efa185d7aead8831a;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/internal.h b/fs/internal.h index 53af885..477a105 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -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 *);