The patch titled Subject: psi-annotate-refault-stalls-from-io-submission-fix has been added to the -mm tree. Its filename is psi-annotate-refault-stalls-from-io-submission-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/psi-annotate-refault-stalls-from-io-submission-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/psi-annotate-refault-stalls-from-io-submission-fix.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: psi-annotate-refault-stalls-from-io-submission-fix do_read_cache_page() cleanup Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/filemap.c~psi-annotate-refault-stalls-from-io-submission-fix +++ a/mm/filemap.c @@ -2815,12 +2815,12 @@ static struct page *do_read_cache_page(s void *data, gfp_t gfp) { - bool refault = false; struct page *page; int err; repeat: page = find_get_page(mapping, index); if (!page) { + bool refault = false; unsigned long pflags; page = __page_cache_alloc(gfp); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are ocfs2-clear-zero-in-unaligned-direct-io-checkpatch-fixes.patch mm.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch psi-annotate-refault-stalls-from-io-submission-fix.patch diff-sucks.patch drivers-tty-serial-sh-scic-suppress-warning.patch kernel-forkc-export-kernel_thread-to-modules.patch