Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8051be5e authored by Huang Shijie's avatar Huang Shijie Committed by Linus Torvalds
Browse files

rmap: fix the comment for try_to_unmap_anon



Fix the comment for try_to_unmap_anon() with the new arguments.

Signed-off-by: default avatarHuang Shijie <shijie8@gmail.com>
Acked-by: default avatarHugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6aceb53b
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -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
 * try_to_unmap_anon - unmap or unlock anonymous page using the object-based
 * rmap method
 * rmap method
 * @page: the page to unmap/unlock
 * @page: the page to unmap/unlock
 * @unlock:  request for unlock rather than unmap [unlikely]
 * @flags: action and flags
 * @migration:  unmapping for migration - ignored if @unlock
 *
 *
 * Find all the mappings of a page using the mapping pointer and the vma chains
 * Find all the mappings of a page using the mapping pointer and the vma chains
 * contained in the anon_vma struct it points to.
 * contained in the anon_vma struct it points to.