oom: make oom_reaper_list single linked
[linux-2.6-block.git] / include / linux / sched.h
index c2d2d7c5d463fef1443d5132bda9baaef180232b..49b1febcf7c31f3f78c09cd105da2ddb9865f2ae 100644 (file)
@@ -1852,7 +1852,7 @@ struct task_struct {
 #endif
        int pagefault_disabled;
 #ifdef CONFIG_MMU
-       struct list_head oom_reaper_list;
+       struct task_struct *oom_reaper_list;
 #endif
 /* CPU-specific state of this task */
        struct thread_struct thread;