patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / vserver.h
index 2c39ebb..db88b5e 100644 (file)
@@ -3,7 +3,11 @@
 
 #include <linux/vserver/context.h>
 #include <linux/vserver/network.h>
-#include <linux/vinline.h>
-#include <linux/ninline.h>
+
+extern long vs_reboot(unsigned int, void *);
+
+#define hlist_for_each_rcu(pos, head) \
+       for (pos = (head)->first; pos && ({ prefetch(pos->next); 1;}); \
+               pos = pos->next, ({ smp_read_barrier_depends(); 0;}))
 
 #endif