aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rmap.h')
-rw-r--r--include/linux/rmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h
index 955667e6a52d..1da48db8db09 100644
--- a/include/linux/rmap.h
+++ b/include/linux/rmap.h
@@ -75,6 +75,9 @@ void anon_vma_unlink(struct vm_area_struct *);
75void anon_vma_link(struct vm_area_struct *); 75void anon_vma_link(struct vm_area_struct *);
76void __anon_vma_link(struct vm_area_struct *); 76void __anon_vma_link(struct vm_area_struct *);
77 77
78extern struct anon_vma *page_lock_anon_vma(struct page *page);
79extern void page_unlock_anon_vma(struct anon_vma *anon_vma);
80
78/* 81/*
79 * rmap interfaces called when adding or removing pte of page 82 * rmap interfaces called when adding or removing pte of page
80 */ 83 */