The patch titled do_try_to_free_page: update comments related to vmscan functions has been added to the -mm tree. Its filename is do_try_to_free_page-update-comments-related-to-vmscan-functions.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://www.zip.com.au/~akpm/linux/patches/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: do_try_to_free_page: update comments related to vmscan functions From: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> Signed-off-by: Fernando Luis Vazquez Cao <fernando@xxxxxxxxxxxxx> Cc: Hugh Dickins <hugh@xxxxxxxxxxx> Cc: Nick Piggin <nickpiggin@xxxxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmscan.c~do_try_to_free_page-update-comments-related-to-vmscan-functions mm/vmscan.c --- a/mm/vmscan.c~do_try_to_free_page-update-comments-related-to-vmscan-functions +++ a/mm/vmscan.c @@ -1408,7 +1408,7 @@ static unsigned long do_try_to_free_page if (sc->nr_scanned && priority < DEF_PRIORITY - 2) congestion_wait(WRITE, HZ/10); } - /* top priority shrink_caches still had more to do? don't OOM, then */ + /* top priority shrink_zones still had more to do? don't OOM, then */ if (!sc->all_unreclaimable && scan_global_lru(sc)) ret = nr_reclaimed; out: _ Patches currently in -mm which might be from fernando@xxxxxxxxxxxxx are madvise-update-function-comment-of-madvise_dontneed.patch swap-update-function-comment-of-release_pages.patch swapfile-vmscan-update-comments-related-to-vmscan-functions.patch do_try_to_free_page-update-comments-related-to-vmscan-functions.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