diff options
Diffstat (limited to 'include/linux/rmap.h')
-rw-r--r-- | include/linux/rmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h index ce989f1fc2ed..3c1004e50747 100644 --- a/include/linux/rmap.h +++ b/include/linux/rmap.h | |||
@@ -129,6 +129,7 @@ int try_to_munlock(struct page *); | |||
129 | */ | 129 | */ |
130 | struct anon_vma *page_lock_anon_vma(struct page *page); | 130 | struct anon_vma *page_lock_anon_vma(struct page *page); |
131 | void page_unlock_anon_vma(struct anon_vma *anon_vma); | 131 | void page_unlock_anon_vma(struct anon_vma *anon_vma); |
132 | int page_mapped_in_vma(struct page *page, struct vm_area_struct *vma); | ||
132 | 133 | ||
133 | #else /* !CONFIG_MMU */ | 134 | #else /* !CONFIG_MMU */ |
134 | 135 | ||