From: Huang Shijie Date: Tue, 15 Dec 2009 01:58:50 +0000 (-0800) Subject: rmap: fix the comment for try_to_unmap_anon X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8051be5e614f3e3feccbe9e06b50e0b889740a93;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git rmap: fix the comment for try_to_unmap_anon Fix the comment for try_to_unmap_anon() with the new arguments. Signed-off-by: Huang Shijie Acked-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/rmap.c b/mm/rmap.c index 710bb4b2adf1..265d529905a7 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -1001,8 +1001,7 @@ static int try_to_mlock_page(struct page *page, struct vm_area_struct *vma) * try_to_unmap_anon - unmap or unlock anonymous page using the object-based * rmap method * @page: the page to unmap/unlock - * @unlock: request for unlock rather than unmap [unlikely] - * @migration: unmapping for migration - ignored if @unlock + * @flags: action and flags * * Find all the mappings of a page using the mapping pointer and the vma chains * contained in the anon_vma struct it points to.