]> Git Repo - linux.git/commit
mm, oom: organize oom context into struct
authorDavid Rientjes <[email protected]>
Tue, 8 Sep 2015 22:00:36 +0000 (15:00 -0700)
committerLinus Torvalds <[email protected]>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commit6e0fc46dc2152d3e2d25a5d5b640ae3586c247c6
tree9e519cc7a04ee878c53a045514c83c079bdefa7a
parent2c0b80d463c6ade539d51ad03bc7c41849fb37e8
mm, oom: organize oom context into struct

There are essential elements to an oom context that are passed around to
multiple functions.

Organize these elements into a new struct, struct oom_control, that
specifies the context for an oom condition.

This patch introduces no functional change.

Signed-off-by: David Rientjes <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/tty/sysrq.c
include/linux/oom.h
mm/memcontrol.c
mm/oom_kill.c
mm/page_alloc.c
This page took 0.058312 seconds and 4 git commands to generate.