Now, all of oom developers usually are using sysctl_oom_dump_tasks. Redundunt useless debug print can be removed. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> --- mm/oom_kill.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 8376ad1..e7d3a5d 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -33,7 +33,6 @@ int sysctl_panic_on_oom; int sysctl_oom_kill_allocating_task; int sysctl_oom_dump_tasks = 1; static DEFINE_SPINLOCK(zone_scan_lock); -/* #define DEBUG */ /* * Is all threads of the target process nodes overlap ours? @@ -201,10 +200,6 @@ unsigned long oom_badness(struct task_struct *p, unsigned long uptime) points >>= -(oom_adj); } -#ifdef DEBUG - printk(KERN_DEBUG "OOMkill: task %d (%s) got %lu points\n", - p->pid, p->comm, points); -#endif return points; } -- 1.6.5.2 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>