[PATCH] print order information when OOM killing
Dump the current allocation order when OOM killing. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
cb2c023375
commit
79b9ce311e
+1
-1
@@ -936,7 +936,7 @@ rebalance:
|
||||
goto got_pg;
|
||||
}
|
||||
|
||||
out_of_memory(gfp_mask);
|
||||
out_of_memory(gfp_mask, order);
|
||||
goto restart;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user