The patch titled Subject: mm-refactor-readahead-defines-in-mmh-fix has been removed from the -mm tree. Its filename was mm-refactor-readahead-defines-in-mmh-fix.patch This patch was dropped because it was folded into mm-refactor-readahead-defines-in-mmh.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-refactor-readahead-defines-in-mmh-fix fix fs/io_uring.c, per Stephen Cc: Jens Axboe <axboe@xxxxxxxxx> Cc: Nikolay Borisov <nborisov@xxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/io_uring.c~mm-refactor-readahead-defines-in-mmh-fix +++ a/fs/io_uring.c @@ -923,7 +923,7 @@ static void io_async_list_note(int rw, s /* Use 8x RA size as a decent limiter for both reads/writes */ max_pages = filp->f_ra.ra_pages; if (!max_pages) - max_pages = VM_MAX_READAHEAD >> (PAGE_SHIFT - 10); + max_pages = VM_READAHEAD_PAGES; max_pages *= 8; /* If max pages are exceeded, reset the state */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-refactor-readahead-defines-in-mmh.patch treewide-add-checks-for-the-return-value-of-memblock_alloc-fix-3-fix.patch memblock-update-comments-and-kernel-doc-fix.patch