Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1353013 > unrolled thread

[PATCH 1/2] mm-oom_reaper-report-success-failure-fix-fix

Started byMichal Hocko <mhocko@kernel.org>
First post2016-03-08 14:20 +0100
Last post2016-03-08 14:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/2] mm-oom_reaper-report-success-failure-fix-fix Michal Hocko <mhocko@kernel.org> - 2016-03-08 14:20 +0100

#1353013 — [PATCH 1/2] mm-oom_reaper-report-success-failure-fix-fix

FromMichal Hocko <mhocko@kernel.org>
Date2016-03-08 14:20 +0100
Subject[PATCH 1/2] mm-oom_reaper-report-success-failure-fix-fix
Message-ID<rapIm-1lO-9@gated-at.bofh.it>
From: Michal Hocko <mhocko@suse.com>

typo fix

Signed-off-by: Michal Hocko <mhocko@suse.com>
---
 mm/oom_kill.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/oom_kill.c b/mm/oom_kill.c
index 09e6f3211f1c..70fff7e3b1a7 100644
--- a/mm/oom_kill.c
+++ b/mm/oom_kill.c
@@ -480,7 +480,7 @@ static bool __oom_reap_task(struct task_struct *tsk)
 		}
 	}
 	tlb_finish_mmu(&tlb, 0, -1);
-	pr_info("oom_reaper: reaped process %d (%s), now anon-rss:%lukB, file-rss:%lukB, shmem-rss:%lulB\n",
+	pr_info("oom_reaper: reaped process %d (%s), now anon-rss:%lukB, file-rss:%lukB, shmem-rss:%lukB\n",
 			task_pid_nr(tsk), tsk->comm,
 			K(get_mm_counter(mm, MM_ANONPAGES)),
 			K(get_mm_counter(mm, MM_FILEPAGES)),
-- 
2.7.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web