* [PATCH] rmap : fix the comment for try_to_unmap_anon
@ 2009-10-04 16:00 Huang Shijie
2009-10-06 21:08 ` Hugh Dickins
0 siblings, 1 reply; 2+ messages in thread
From: Huang Shijie @ 2009-10-04 16:00 UTC (permalink / raw)
To: akpm; +Cc: hugh.dickins, linux-mm, Huang Shijie
fix the comment for the try_to_unmap_anon with the new arguments.
Signed-off-by: Huang Shijie <shijie8@gmail.com>
---
mm/rmap.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/mm/rmap.c b/mm/rmap.c
index dd43373..c8cf043 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -997,8 +997,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.
--
1.6.2.5
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rmap : fix the comment for try_to_unmap_anon
2009-10-04 16:00 [PATCH] rmap : fix the comment for try_to_unmap_anon Huang Shijie
@ 2009-10-06 21:08 ` Hugh Dickins
0 siblings, 0 replies; 2+ messages in thread
From: Hugh Dickins @ 2009-10-06 21:08 UTC (permalink / raw)
To: Huang Shijie; +Cc: akpm, linux-mm
On Mon, 5 Oct 2009, Huang Shijie wrote:
> fix the comment for the try_to_unmap_anon with the new arguments.
>
> Signed-off-by: Huang Shijie <shijie8@gmail.com>
Thanks,
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
> ---
> mm/rmap.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/mm/rmap.c b/mm/rmap.c
> index dd43373..c8cf043 100644
> --- a/mm/rmap.c
> +++ b/mm/rmap.c
> @@ -997,8 +997,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.
> --
> 1.6.2.5
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-06 21:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 16:00 [PATCH] rmap : fix the comment for try_to_unmap_anon Huang Shijie
2009-10-06 21:08 ` Hugh Dickins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).