* [PATCH] rmap : fix the comment
@ 2009-09-29 2:25 Huang Shijie
2009-09-29 10:29 ` Hugh Dickins
0 siblings, 1 reply; 2+ messages in thread
From: Huang Shijie @ 2009-09-29 2:25 UTC (permalink / raw)
To: akpm; +Cc: hugh.dickins, linux-mm, Huang Shijie
The page_address_in_vma() is not only used in unuse_vma().
Signed-off-by: Huang Shijie <shijie8@gmail.com>
---
mm/rmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/rmap.c b/mm/rmap.c
index 28aafe2..dd43373 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -242,8 +242,8 @@ vma_address(struct page *page, struct vm_area_struct *vma)
}
/*
- * At what user virtual address is page expected in vma? checking that the
- * page matches the vma: currently only used on anon pages, by unuse_vma;
+ * At what user virtual address is page expected in vma?
+ * checking that the page matches the vma.
*/
unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma)
{
--
1.6.0.6
--
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* Re: [PATCH] rmap : fix the comment
2009-09-29 2:25 [PATCH] rmap : fix the comment Huang Shijie
@ 2009-09-29 10:29 ` Hugh Dickins
0 siblings, 0 replies; 2+ messages in thread
From: Hugh Dickins @ 2009-09-29 10:29 UTC (permalink / raw)
To: Huang Shijie; +Cc: akpm, hugh.dickins, linux-mm
On Tue, 29 Sep 2009, Huang Shijie wrote:
> The page_address_in_vma() is not only used in unuse_vma().
>
> Signed-off-by: Huang Shijie <shijie8@gmail.com>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
> ---
> mm/rmap.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mm/rmap.c b/mm/rmap.c
> index 28aafe2..dd43373 100644
> --- a/mm/rmap.c
> +++ b/mm/rmap.c
> @@ -242,8 +242,8 @@ vma_address(struct page *page, struct vm_area_struct *vma)
> }
>
> /*
> - * At what user virtual address is page expected in vma? checking that the
> - * page matches the vma: currently only used on anon pages, by unuse_vma;
> + * At what user virtual address is page expected in vma?
> + * checking that the page matches the vma.
> */
> unsigned long page_address_in_vma(struct page *page, struct vm_area_struct *vma)
> {
> --
> 1.6.0.6
--
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-09-29 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-29 2:25 [PATCH] rmap : fix the comment Huang Shijie
2009-09-29 10:29 ` Hugh Dickins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox