This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / mm / oom_kill.c
index 35e1084..abc73e0 100644 (file)
@@ -55,7 +55,7 @@ static unsigned long badness(struct task_struct *p, unsigned long uptime)
         * The memory size of the process is the basis for the badness.
         */
        points = p->mm->total_vm;
-       /* FIXME add vserver badness ;) */
+       /* add vserver badness ;) */
 
        /*
         * CPU time is in tens of seconds and run time is in thousands