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) {