Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / vserver / legacy.h
index 1372c0f..41afbd9 100644 (file)
@@ -2,7 +2,7 @@
 #define _VX_LEGACY_H
 
 #include "switch.h"
-#include "network.h"
+
 
 /*  compatibiliy vserver commands */
 
 
 /*  compatibiliy vserver arguments */
 
-struct  vcmd_new_s_context_v1 {
+struct vcmd_new_s_context_v1 {
        uint32_t remove_cap;
        uint32_t flags;
 };
 
-struct  vcmd_set_ipv4root_v3 {
+struct vcmd_set_ipv4root_v3 {
        /* number of pairs in id */
        uint32_t broadcast;
        struct {
@@ -40,11 +40,6 @@ struct  vcmd_set_ipv4root_v3 {
                                        /* of the context */
 #define VX_INFO_NAMESPACE      128     /* save private namespace */
 
-       
-#define NB_S_CONTEXT   16
-
-#define NB_IPV4ROOT    16
-
 
 #ifdef __KERNEL__
 extern int vc_new_s_context(uint32_t, void __user *);