1
0
Fork 0

oom_kill bug

Wrong order of arguments

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Al Viro 2007-10-20 21:45:33 +01:00 committed by Linus Torvalds
parent e8b8c97773
commit e91a810e88
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ retry:
panic("Out of memory and no killable processes...\n");
}
if (oom_kill_process(p, points, gfp_mask, order,
if (oom_kill_process(p, gfp_mask, order, points,
"Out of memory"))
goto retry;