The patch titled Subject: mm: remove unnecessary description about a non-exist gfp flag has been removed from the -mm tree. Its filename was mm-remove-unnecessary-description-about-a-non-exist-gfp-flag.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> Subject: mm: remove unnecessary description about a non-exist gfp flag Since __GFP_NOACCOUNT is removed by the following commit, its description is not necessary. commit 20b5c3039863 ("Revert 'gfp: add __GFP_NOACCOUNT'") Signed-off-by: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/gfp.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/gfp.h~mm-remove-unnecessary-description-about-a-non-exist-gfp-flag include/linux/gfp.h --- a/include/linux/gfp.h~mm-remove-unnecessary-description-about-a-non-exist-gfp-flag +++ a/include/linux/gfp.h @@ -105,8 +105,6 @@ struct vm_area_struct; * * __GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves. * This takes precedence over the __GFP_MEMALLOC flag if both are set. - * - * __GFP_NOACCOUNT ignores the accounting for kmemcg limit enforcement. */ #define __GFP_ATOMIC ((__force gfp_t)___GFP_ATOMIC) #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) _ Patches currently in -mm which might be from takeuchi_satoru@xxxxxxxxxxxxxx are -- 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