From 7cfc5aabaf74508d0299de84d7abf25e040cf357 Mon Sep 17 00:00:00 2001 From: Huang Shijie Date: Thu, 1 Oct 2009 15:44:04 -0700 Subject: [PATCH] --- yaml --- r: 166644 b: refs/heads/master c: bf89c8c867322338f3f2b1255f280a3236b61a69 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/rmap.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index acb23d1a8079..2295c25f88e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 392d814daf460a9564d29b2cebc51e1ea34e0504 +refs/heads/master: bf89c8c867322338f3f2b1255f280a3236b61a69 diff --git a/trunk/mm/rmap.c b/trunk/mm/rmap.c index 28aafe2b5306..dd43373a483f 100644 --- a/trunk/mm/rmap.c +++ b/trunk/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) {