fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / kernel / vserver / init.c
index f41b93b..f7f6944 100644 (file)
@@ -3,7 +3,7 @@
  *
  *  Virtual Server Init
  *
- *  Copyright (C) 2004-2005  Herbert Pötzl
+ *  Copyright (C) 2004-2007  Herbert Pötzl
  *
  *  V0.01  basic structure
  *
@@ -37,6 +37,10 @@ static void __exit exit_vserver(void)
        return;
 }
 
+/* FIXME: GFP_ZONETYPES gone
+long vx_slab[GFP_ZONETYPES]; */
+long vx_area;
+
 
 module_init(init_vserver);
 module_exit(exit_vserver);