diff options
Diffstat (limited to 'fs/ncpfs')
-rw-r--r-- | fs/ncpfs/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/mmap.c b/fs/ncpfs/mmap.c index be20a7e171a0..63d14a99483d 100644 --- a/fs/ncpfs/mmap.c +++ b/fs/ncpfs/mmap.c | |||
@@ -89,7 +89,7 @@ static int ncp_file_mmap_fault(struct vm_area_struct *area, | |||
89 | /* | 89 | /* |
90 | * If I understand ncp_read_kernel() properly, the above always | 90 | * If I understand ncp_read_kernel() properly, the above always |
91 | * fetches from the network, here the analogue of disk. | 91 | * fetches from the network, here the analogue of disk. |
92 | * -- wli | 92 | * -- nyc |
93 | */ | 93 | */ |
94 | count_vm_event(PGMAJFAULT); | 94 | count_vm_event(PGMAJFAULT); |
95 | mem_cgroup_count_vm_event(area->vm_mm, PGMAJFAULT); | 95 | mem_cgroup_count_vm_event(area->vm_mm, PGMAJFAULT); |