From: David Rientjes Date: Tue, 8 Sep 2015 22:00:36 +0000 (-0700) Subject: mm, oom: organize oom context into struct X-Git-Tag: omap-for-v4.3/fixes-rc1~54^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0fc46dc2152d3e2d25a5d5b640ae3586c247c6;p=pandora-kernel.git 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 Acked-by: Michal Hocko Cc: Sergey Senozhatsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed