diff options
Diffstat (limited to 'mm/memory-failure.c')
-rw-r--r-- | mm/memory-failure.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index a6e2141a6610..c38a6257d082 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c | |||
@@ -431,7 +431,6 @@ static void collect_procs_file(struct page *page, struct list_head *to_kill, | |||
431 | { | 431 | { |
432 | struct vm_area_struct *vma; | 432 | struct vm_area_struct *vma; |
433 | struct task_struct *tsk; | 433 | struct task_struct *tsk; |
434 | struct prio_tree_iter iter; | ||
435 | struct address_space *mapping = page->mapping; | 434 | struct address_space *mapping = page->mapping; |
436 | 435 | ||
437 | mutex_lock(&mapping->i_mmap_mutex); | 436 | mutex_lock(&mapping->i_mmap_mutex); |
@@ -442,7 +441,7 @@ static void collect_procs_file(struct page *page, struct list_head *to_kill, | |||
442 | if (!task_early_kill(tsk)) | 441 | if (!task_early_kill(tsk)) |
443 | continue; | 442 | continue; |
444 | 443 | ||
445 | vma_prio_tree_foreach(vma, &iter, &mapping->i_mmap, pgoff, | 444 | vma_interval_tree_foreach(vma, &mapping->i_mmap, pgoff, |
446 | pgoff) { | 445 | pgoff) { |
447 | /* | 446 | /* |
448 | * Send early kill signal to tasks where a vma covers | 447 | * Send early kill signal to tasks where a vma covers |