Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320797
b: refs/heads/master
c: ab21588
h: refs/heads/master
i:
  320795: 545017f
v: v3
  • Loading branch information
Wanpeng Li authored and Linus Torvalds committed Aug 1, 2012
1 parent 574c455 commit 2d9d2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 567fb435bb7a37afda35902b884562c40756dc45
refs/heads/master: ab2158848775c7918288f2c423d3e4dbbc7d34eb
8 changes: 4 additions & 4 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -4006,7 +4006,7 @@ static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
#endif

#ifdef CONFIG_NUMA
static int mem_control_numa_stat_show(struct cgroup *cont, struct cftype *cft,
static int memcg_numa_stat_show(struct cgroup *cont, struct cftype *cft,
struct seq_file *m)
{
int nid;
Expand Down Expand Up @@ -4065,7 +4065,7 @@ static inline void mem_cgroup_lru_names_not_uptodate(void)
BUILD_BUG_ON(ARRAY_SIZE(mem_cgroup_lru_names) != NR_LRU_LISTS);
}

static int mem_control_stat_show(struct cgroup *cont, struct cftype *cft,
static int memcg_stat_show(struct cgroup *cont, struct cftype *cft,
struct seq_file *m)
{
struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
Expand Down Expand Up @@ -4579,7 +4579,7 @@ static struct cftype mem_cgroup_files[] = {
},
{
.name = "stat",
.read_seq_string = mem_control_stat_show,
.read_seq_string = memcg_stat_show,
},
{
.name = "force_empty",
Expand Down Expand Up @@ -4611,7 +4611,7 @@ static struct cftype mem_cgroup_files[] = {
#ifdef CONFIG_NUMA
{
.name = "numa_stat",
.read_seq_string = mem_control_numa_stat_show,
.read_seq_string = memcg_numa_stat_show,
},
#endif
#ifdef CONFIG_MEMCG_SWAP
Expand Down

0 comments on commit 2d9d2f6

Please sign in to comment.