diff options
-rw-r--r-- | mm/rmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1001,8 +1001,7 @@ static int try_to_mlock_page(struct page *page, struct vm_area_struct *vma) | |||
1001 | * try_to_unmap_anon - unmap or unlock anonymous page using the object-based | 1001 | * try_to_unmap_anon - unmap or unlock anonymous page using the object-based |
1002 | * rmap method | 1002 | * rmap method |
1003 | * @page: the page to unmap/unlock | 1003 | * @page: the page to unmap/unlock |
1004 | * @unlock: request for unlock rather than unmap [unlikely] | 1004 | * @flags: action and flags |
1005 | * @migration: unmapping for migration - ignored if @unlock | ||
1006 | * | 1005 | * |
1007 | * Find all the mappings of a page using the mapping pointer and the vma chains | 1006 | * Find all the mappings of a page using the mapping pointer and the vma chains |
1008 | * contained in the anon_vma struct it points to. | 1007 | * contained in the anon_vma struct it points to. |