The patch titled Subject: mm: remove unnecessary description about a non-exist gfp flag has been added to the -mm tree. Its filename is mm-remove-unnecessary-description-about-a-non-exist-gfp-flag.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-remove-unnecessary-description-about-a-non-exist-gfp-flag.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-unnecessary-description-about-a-non-exist-gfp-flag.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 mm-remove-unnecessary-description-about-a-non-exist-gfp-flag.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