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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/rmap.h b/include/linux/rmap.h
index bf116d0dbf23..8dff2ffab82c 100644
--- a/include/linux/rmap.h
+++ b/include/linux/rmap.h
@@ -112,6 +112,12 @@ int page_mkclean(struct page *);
112 */ 112 */
113int try_to_munlock(struct page *); 113int try_to_munlock(struct page *);
114 114
115/*
116 * Called by memory-failure.c to kill processes.
117 */
118struct anon_vma *page_lock_anon_vma(struct page *page);
119void page_unlock_anon_vma(struct anon_vma *anon_vma);
120
115#else /* !CONFIG_MMU */ 121#else /* !CONFIG_MMU */
116 122
117#define anon_vma_init() do {} while (0) 123#define anon_vma_init() do {} while (0)