Commit f2b7a611 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] mm/oom_kill.c trivial cleanup

From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>

Remove duplicated assignment.

Signed-off by: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ac209edb
......@@ -245,7 +245,6 @@ void out_of_memory(void)
* If it's been a long time since last failure,
* we're not oom.
*/
last = now;
if (since > 5*HZ)
goto reset;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment