Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[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;
 }