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>
This commit is contained in:
parent
e8b8c97773
commit
e91a810e88
|
@ -496,7 +496,7 @@ retry:
|
||||||
panic("Out of memory and no killable processes...\n");
|
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"))
|
"Out of memory"))
|
||||||
goto retry;
|
goto retry;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue