diff options
Diffstat (limited to 'mm/vmacache.c')
-rw-r--r-- | mm/vmacache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/vmacache.c b/mm/vmacache.c index 9f25af825dec..b6e3662fe339 100644 --- a/mm/vmacache.c +++ b/mm/vmacache.c | |||
@@ -17,6 +17,8 @@ void vmacache_flush_all(struct mm_struct *mm) | |||
17 | { | 17 | { |
18 | struct task_struct *g, *p; | 18 | struct task_struct *g, *p; |
19 | 19 | ||
20 | count_vm_vmacache_event(VMACACHE_FULL_FLUSHES); | ||
21 | |||
20 | /* | 22 | /* |
21 | * Single threaded tasks need not iterate the entire | 23 | * Single threaded tasks need not iterate the entire |
22 | * list of process. We can avoid the flushing as well | 24 | * list of process. We can avoid the flushing as well |