X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Fvserver%2Fnamespace.h;h=08167a1100f3bcfdeec77af49e2049ce78316a99;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=140fc79f220ffc0698909a9b32e83056142ac091;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/vserver/namespace.h b/include/linux/vserver/namespace.h index 140fc79f2..08167a110 100644 --- a/include/linux/vserver/namespace.h +++ b/include/linux/vserver/namespace.h @@ -3,13 +3,13 @@ #include - + /* virtual host info names */ #define VCMD_vx_set_vhi_name VC_CMD(VHOST, 1, 0) #define VCMD_vx_get_vhi_name VC_CMD(VHOST, 2, 0) -struct vcmd_vx_vhi_name_v0 { +struct vcmd_vx_vhi_name_v0 { uint32_t field; char name[65]; }; @@ -44,6 +44,9 @@ extern int vc_get_vhi_name(uint32_t, void __user *); struct vx_info; struct namespace; struct fs_struct; +struct vfsmount; + +extern int vx_check_vfsmount(struct vx_info *, struct vfsmount *); extern int vx_set_namespace(struct vx_info *, struct namespace *, struct fs_struct *);