The patch titled mm/rmap.c: fix comment has been added to the -mm tree. Its filename is rmap-fix-the-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm/rmap.c: fix comment From: Huang Shijie <shijie8@xxxxxxxxx> The page_address_in_vma() is not only used in unuse_vma(). Signed-off-by: Huang Shijie <shijie8@xxxxxxxxx> Acked-by: Hugh Dickins <hugh.dickins@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/rmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN mm/rmap.c~rmap-fix-the-comment mm/rmap.c --- a/mm/rmap.c~rmap-fix-the-comment +++ a/mm/rmap.c @@ -242,8 +242,8 @@ vma_address(struct page *page, struct vm } /* - * 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) { _ Patches currently in -mm which might be from shijie8@xxxxxxxxx are rmap-fix-the-comment.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html