From: Johannes Weiner Date: Wed, 11 Feb 2015 23:26:30 +0000 (-0800) Subject: mm: memcontrol: simplify soft limit tree init code X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~115^2~46 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c608dbe6a0d137f78498a5181eb0cd309f8f067;p=pandora-kernel.git mm: memcontrol: simplify soft limit tree init code - No need to test the node for N_MEMORY. node_online() is enough for node fallback to work in slab, use NUMA_NO_NODE for everything else. - Remove the BUG_ON() for allocation failure. A NULL pointer crash is just as descriptive, and the absent return value check is obvious. - Move local variables to the inner-most blocks. - Point to the tree structure after its initialized, not before, it's just more logical that way. Signed-off-by: Johannes Weiner Cc: Michal Hocko Cc: Vladimir Davydov Cc: Guenter Roeck Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed