]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf243ef10a971eb2ad13aa2d45cdb2b0f0c33839
tree9ac488bb581da5cf4f78178a251945dd8b5f6b33
parent3d71ca8c74a3d52b73bdd608119f1cb4e3284f15
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