mm/memcg: fix last_dead_count memory wastage
authorHugh Dickins <hughd@google.com>
Thu, 23 Jan 2014 23:53:30 +0000 (15:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:53 +0000 (16:36 -0800)
commitd2ab70aaae74456ed608740915dc82ef52291f69
tree279644e60297049e6917d80ea1b28a9dc58f692d
parenta64fb3cd610c8e6806512dbac63f3fc45812d8fd
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 <hughd@google.com>
Acked-by: Michal Hocko <mhocko@suse.cz>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c
This page took 0.025552 seconds and 5 git commands to generate.