]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - mm/memcontrol.c
memcg: refactor mem_control_numa_stat_show()
authorGreg Thelen <gthelen@google.com>
Tue, 12 Nov 2013 23:07:40 +0000 (15:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:06 +0000 (12:09 +0900)
commit25485de6e90ef1684c55a203988fad5eab7a45d6
tree9ac488bb581da5cf4f78178a251945dd8b5f6b33
parentb76ac7e734608d706bf225be062a7a46d165dda6
memcg: refactor mem_control_numa_stat_show()

Refactor mem_control_numa_stat_show() to use a new stats structure for
smaller and simpler code.  This consolidates nearly identical code.

    text      data      bss        dec      hex   filename
  8,137,679 1,703,496 1,896,448 11,737,623 b31a17 vmlinux.before
  8,136,911 1,703,496 1,896,448 11,736,855 b31717 vmlinux.after

Signed-off-by: Greg Thelen <gthelen@google.com>
Signed-off-by: Ying Han <yinghan@google.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c