The patch titled Subject: mm-introduce-memalloc_nofs_saverestore-api-fix has been removed from the -mm tree. Its filename was mm-introduce-memalloc_nofs_saverestore-api-fix.patch This patch was dropped because it was folded into mm-introduce-memalloc_nofs_saverestore-api.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-introduce-memalloc_nofs_saverestore-api-fix fix comment typo, reflow comment Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff -puN mm/page_alloc.c~mm-introduce-memalloc_nofs_saverestore-api-fix mm/page_alloc.c --- a/mm/page_alloc.c~mm-introduce-memalloc_nofs_saverestore-api-fix +++ a/mm/page_alloc.c @@ -3951,10 +3951,10 @@ __alloc_pages_nodemask(gfp_t gfp_mask, u goto out; /* - * Apply scoped allocation constrains. This is mainly about - * GFP_NOFS resp. GFP_NOIO which has to be inherited for all - * allocation requests from a particular context which has - * been marked by memalloc_no{fs,io}_{save,restore} + * Apply scoped allocation constraints. This is mainly about GFP_NOFS + * resp. GFP_NOIO which has to be inherited for all allocation requests + * from a particular context which has been marked by + * memalloc_no{fs,io}_{save,restore}. */ alloc_mask = current_gfp_context(gfp_mask); ac.spread_dirty_pages = false; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-introduce-memalloc_nofs_saverestore-api.patch jbd2-mark-the-transaction-context-with-the-scope-gfp_nofs-context-fix.patch jbd2-make-the-whole-kjournald2-kthread-nofs-safe-checkpatch-fixes.patch swap-add-warning-if-swap-slots-cache-failed-to-initialize-fix.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