summaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
diff options
context:
space:
mode:
authorHuang Shijie2009-12-15 02:58:50 +0100
committerLinus Torvalds2009-12-15 17:53:16 +0100
commit8051be5e614f3e3feccbe9e06b50e0b889740a93 (patch)
tree7a8fc30c60b827209aa13581b3a9c1422d7632f3 /mm/rmap.c
parentmm/vmscan: change comment generic_file_write to __generic_file_aio_write (diff)
downloadkernel-qcow2-linux-8051be5e614f3e3feccbe9e06b50e0b889740a93.tar.gz
kernel-qcow2-linux-8051be5e614f3e3feccbe9e06b50e0b889740a93.tar.xz
kernel-qcow2-linux-8051be5e614f3e3feccbe9e06b50e0b889740a93.zip
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 <shijie8@gmail.com> Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/rmap.c')
-rw-r--r--mm/rmap.c3
1 files changed, 1 insertions, 2 deletions
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.