diff options
Diffstat (limited to 'mm/rmap.c')
-rw-r--r-- | mm/rmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ | |||
51 | #include <linux/ksm.h> | 51 | #include <linux/ksm.h> |
52 | #include <linux/rmap.h> | 52 | #include <linux/rmap.h> |
53 | #include <linux/rcupdate.h> | 53 | #include <linux/rcupdate.h> |
54 | #include <linux/module.h> | 54 | #include <linux/export.h> |
55 | #include <linux/memcontrol.h> | 55 | #include <linux/memcontrol.h> |
56 | #include <linux/mmu_notifier.h> | 56 | #include <linux/mmu_notifier.h> |
57 | #include <linux/migrate.h> | 57 | #include <linux/migrate.h> |
@@ -1164,7 +1164,7 @@ void page_remove_rmap(struct page *page) | |||
1164 | 1164 | ||
1165 | /* | 1165 | /* |
1166 | * Subfunctions of try_to_unmap: try_to_unmap_one called | 1166 | * Subfunctions of try_to_unmap: try_to_unmap_one called |
1167 | * repeatedly from either try_to_unmap_anon or try_to_unmap_file. | 1167 | * repeatedly from try_to_unmap_ksm, try_to_unmap_anon or try_to_unmap_file. |
1168 | */ | 1168 | */ |
1169 | int try_to_unmap_one(struct page *page, struct vm_area_struct *vma, | 1169 | int try_to_unmap_one(struct page *page, struct vm_area_struct *vma, |
1170 | unsigned long address, enum ttu_flags flags) | 1170 | unsigned long address, enum ttu_flags flags) |