From b66909bf960201a480872eb380f6446d87780801 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 2 Dec 2011 14:13:03 +1100 Subject: [PATCH] memcg-make-mem_cgroup_split_huge_fixup-more-efficient-fix fix typo, per Michal Cc: KAMEZAWA Hiroyuki Cc: Michal Hocko Signed-off-by: Andrew Morton --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index b441e667c584..c3c45882a86d 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -2487,7 +2487,7 @@ static void __mem_cgroup_commit_charge(struct mem_cgroup *memcg, (1 << PCG_ACCT_LRU) | (1 << PCG_MIGRATION)) /* * Because tail pages are not marked as "used", set it. We're under - * zone->lru_lock, 'splitting on pmd' and compund_lock. + * zone->lru_lock, 'splitting on pmd' and compound_lock. * charge/uncharge will be never happen and move_account() is done under * compound_lock(), so we don't have to take care of races. */ -- 2.39.2