diff options
author | Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> | 2016-02-25 10:29:24 +0100 |
---|---|---|
committer | Michal Hocko <mhocko@suse.com> | 2016-02-25 10:29:24 +0100 |
commit | 6d3774111cbfacac08c012de60ad8081da5b45ef (patch) | |
tree | daf61eab2e11d7b42492ff7786384bc95f9682f8 | |
parent | 9749ecb73da17952d5aef9582aae84b7591e1dad (diff) |
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@jp.fujitsu.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | include/linux/gfp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 36e0c5e14c44..aa5c9fb332e6 100644 --- a/include/linux/gfp.h +++ b/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) |