X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fvserver%2Fnamespace.h;h=8518a56ccec9c7f707af87e5fb7c7e3887b3c8d4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=08167a1100f3bcfdeec77af49e2049ce78316a99;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/linux/vserver/namespace.h b/include/linux/vserver/namespace.h index 08167a110..8518a56cc 100644 --- a/include/linux/vserver/namespace.h +++ b/include/linux/vserver/namespace.h @@ -46,8 +46,6 @@ 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 *); extern int vc_enter_namespace(uint32_t, void __user *); @@ -55,4 +53,6 @@ extern int vc_cleanup_namespace(uint32_t, void __user *); extern int vc_set_namespace(uint32_t, void __user *); #endif /* __KERNEL__ */ +#else /* _VX_NAMESPACE_H */ +#warning duplicate inclusion #endif /* _VX_NAMESPACE_H */