patch-2.6.6-vs1.9.0
[linux-2.6.git] / mm / oom_kill.c
index ed0cee4..2f15290 100644 (file)
@@ -54,6 +54,7 @@ static int badness(struct task_struct *p)
         * The memory size of the process is the basis for the badness.
         */
        points = p->mm->total_vm;
+       /* add vserver badness ;) */
 
        /*
         * CPU time is in seconds and run time is in minutes. There is no