mm: per-cgroup memory reclaim stats
[linux-2.6-block.git] / mm / memory.c
index bf3aab1684e972046b22412a6c9bacdc5dbfbab9..e31dd97e611434fa207bc3e013e081c30aea5e34 100644 (file)
@@ -2719,7 +2719,7 @@ int do_swap_page(struct vm_fault *vmf)
                /* Had to read the page from swap area: Major fault */
                ret = VM_FAULT_MAJOR;
                count_vm_event(PGMAJFAULT);
-               mem_cgroup_count_vm_event(vma->vm_mm, PGMAJFAULT);
+               count_memcg_event_mm(vma->vm_mm, PGMAJFAULT);
        } else if (PageHWPoison(page)) {
                /*
                 * hwpoisoned dirty swapcache pages are kept for killing
@@ -3837,7 +3837,7 @@ int handle_mm_fault(struct vm_area_struct *vma, unsigned long address,
        __set_current_state(TASK_RUNNING);
 
        count_vm_event(PGFAULT);
-       mem_cgroup_count_vm_event(vma->vm_mm, PGFAULT);
+       count_memcg_event_mm(vma->vm_mm, PGFAULT);
 
        /* do counter updates before entering really critical section. */
        check_sync_rss_stat(current);