linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / ncpfs / mmap.c
index e7d5a30..52d60c3 100644 (file)
@@ -93,7 +93,7 @@ static struct page* ncp_file_mmap_nopage(struct vm_area_struct *area,
         */
        if (type)
                *type = VM_FAULT_MAJOR;
-       count_vm_event(PGMAJFAULT);
+       inc_page_state(pgmajfault);
        return page;
 }