summaryrefslogtreecommitdiff
path: root/mm/vma.h
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vma.h')
-rw-r--r--mm/vma.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mm/vma.h b/mm/vma.h
index 8526f22c9f5a..d51efd9da113 100644
--- a/mm/vma.h
+++ b/mm/vma.h
@@ -561,12 +561,6 @@ static inline unsigned long vma_iter_end(struct vma_iterator *vmi)
return vmi->mas.last + 1;
}
-static inline int vma_iter_bulk_alloc(struct vma_iterator *vmi,
- unsigned long count)
-{
- return mas_expected_entries(&vmi->mas, count);
-}
-
static inline
struct vm_area_struct *vma_iter_prev_range(struct vma_iterator *vmi)
{