From: Hugh Dickins Date: Thu, 23 Jan 2014 23:53:30 +0000 (-0800) Subject: mm/memcg: fix last_dead_count memory wastage X-Git-Tag: v3.14-rc1~108^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ab70aaae74456ed608740915dc82ef52291f69;p=pandora-kernel.git mm/memcg: fix last_dead_count memory wastage Shorten mem_cgroup_reclaim_iter.last_dead_count from unsigned long to int: it's assigned from an int and compared with an int, and adjacent to an unsigned int: so there's no point to it being unsigned long, which wasted 104 bytes in every mem_cgroup_per_zone. Signed-off-by: Hugh Dickins Acked-by: Michal Hocko Cc: Johannes Weiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed